#BF9B47

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

Shades of Roti #BF9B47

Tints of Roti #BF9B47

Color information

#BF9B47 (or 0xBF9B47) is unknown color: approx Roti. HEX triplet: BF, 9B and 47. RGB value is (191,155,71). Sum of RGB (Red+Green+Blue) = 191+155+71=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 71 (28.12% from 255 or 17.03% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9B47 is #4064B8. Grayscale: #9C9C9C. Windows color (decimal): -4220089 or 4692927. OLE color: 4692927.

HSL color Cylindrical-coordinate representation of color #BF9B47: hue angle of 42º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF9B47 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19115571-
CMYK00.190.630.25
HSL42º48.39%51.37%-
HSV(B)42º62.83%74.9%-
XYZ34.3434.9710.9-
YUV156.1979.93152.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 155 (60.94% from 255) = 37.17%
BLUE value IS 71 (28.12% from 255) = 17.03%
R=45.80%
G=37.17%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911557100.190.630.254248.3951.37
HexBF9B470133F192a3033
Octal2772331070237731526063
Binary1011111110011011100011101001111111111001101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B47; }

 p { color: rgb(191,155,71); }

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

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

 a { background-color: rgb(191,155,71); }

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

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

 span { border-color: rgb(191,155,71); }

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