#bb9d43

Color #BB9D43 Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #BB9D43

Tints of Roti #BB9D43

Color information

#BB9D43 (or 0xBB9D43) is unknown color: approx Roti. HEX triplet: BB, 9D and 43. RGB value is (187,157,67). Sum of RGB (Red+Green+Blue) = 187+157+67=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9D43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9D43 is #4462BC. Grayscale: #9C9C9C. Windows color (decimal): -4481725 or 4431291. OLE color: 4431291.

HSL color Cylindrical-coordinate representation of color #BB9D43: hue angle of 45º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB9D43 is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18715767-
CMYK00.160.640.27
HSL45º47.24%49.8%-
HSV(B)45º64.17%73.33%-
XYZ33.5635.0810.31-
YUV155.7177.94150.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 67 (26.56% from 255) = 16.30%
R=45.50%
G=38.20%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871576700.160.640.274547.2449.8
HexBB9D43010401B2d2f32
Octal27323510302010033555762
Binary10111011100111011000011010000100000011011101101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb9d43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb9d43; }

 p { color: rgb(187,157,67); }

 H1.HeaderClassName
 {
   color: #bb9d43;
 }
 .AnyTagClassName
 {
   color: #bb9d43;
 }
</style>
background-color css

<style>
 a { background-color: #bb9d43; }

 a { background-color: rgb(187,157,67); }

 div.DivClassName
 {
   background-color: #bb9d43;
 }
 .BgClassName
 {
   background-color: #bb9d43;
 }
</style>
border-color css

<style>
 span { border-color: #bb9d43; }

 span { border-color: rgb(187,157,67); }

 td.TdClassName
 {
   border-color: #bb9d43;
 }
 .TagClassName
 {
   border-color: #bb9d43;
 }
</style>