#BB9643

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

Shades of Roti #BB9643

Tints of Roti #BB9643

Color information

#BB9643 (or 0xBB9643) is unknown color: approx Roti. HEX triplet: BB, 96 and 43. RGB value is (187,150,67). Sum of RGB (Red+Green+Blue) = 187+150+67=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 67 (26.56% from 255 or 16.58% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9643 is #4469BC. Grayscale: #979797. Windows color (decimal): -4483517 or 4429499. OLE color: 4429499.

HSL color Cylindrical-coordinate representation of color #BB9643: hue angle of 41.5º 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 #BB9643 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18715067-
CMYK00.200.640.27
HSL41.5º47.24%49.8%-
HSV(B)41.5º64.17%73.33%-
XYZ32.4132.789.93-
YUV151.680.26153.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 150 (58.98% from 255) = 37.13%
BLUE value IS 67 (26.56% from 255) = 16.58%
R=46.29%
G=37.13%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871506700.200.640.2741.547.2449.8
HexBB9643014401B2a2f32
Octal27322610302410033525762
Binary10111011100101101000011010100100000011011101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9643; }

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

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

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

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

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

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

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

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