#BB9A3D

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

Shades of Roti #BB9A3D

Tints of Roti #BB9A3D

Color information

#BB9A3D (or 0xBB9A3D) is unknown color: approx Roti. HEX triplet: BB, 9A and 3D. RGB value is (187,154,61). Sum of RGB (Red+Green+Blue) = 187+154+61=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 61 (24.22% from 255 or 15.17% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9A3D is #4465C2. Grayscale: #999999. Windows color (decimal): -4482499 or 4037307. OLE color: 4037307.

HSL color Cylindrical-coordinate representation of color #BB9A3D: hue angle of 44.29º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB9A3D is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18715461-
CMYK00.180.670.27
HSL44.29º50.81%48.63%-
HSV(B)44.29º67.38%73.33%-
XYZ32.8934.019.25-
YUV153.2675.93152.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 154 (60.55% from 255) = 38.31%
BLUE value IS 61 (24.22% from 255) = 15.17%
R=46.52%
G=38.31%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871546100.180.670.2744.2950.8148.63
HexBB9A3D012431B2c3331
Octal2732327502210333546361
Binary1011101110011010111101010010100001111011101100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A3D; }

 p { color: rgb(187,154,61); }

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

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

 a { background-color: rgb(187,154,61); }

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

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

 span { border-color: rgb(187,154,61); }

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