#BB9F3A

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

Shades of Roti #BB9F3A

Tints of Roti #BB9F3A

Color information

#BB9F3A (or 0xBB9F3A) is unknown color: approx Roti. HEX triplet: BB, 9F and 3A. RGB value is (187,159,58). Sum of RGB (Red+Green+Blue) = 187+159+58=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F3A is #4460C5. Grayscale: #9C9C9C. Windows color (decimal): -4481222 or 3841979. OLE color: 3841979.

HSL color Cylindrical-coordinate representation of color #BB9F3A: hue angle of 46.98º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB9F3A is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18715958-
CMYK00.150.690.27
HSL46.98º52.65%48.04%-
HSV(B)46.98º68.98%73.33%-
XYZ33.6635.679.11-
YUV155.8672.78150.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 159 (62.5% from 255) = 39.36%
BLUE value IS 58 (23.05% from 255) = 14.36%
R=46.29%
G=39.36%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871595800.150.690.2746.9852.6548.04
HexBB9F3A0F451B2f3530
Octal2732377201710533576560
Binary101110111001111111101001111100010111011101111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9F3A; }

 p { color: rgb(187,159,58); }

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

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

 a { background-color: rgb(187,159,58); }

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

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

 span { border-color: rgb(187,159,58); }

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