#BF9A47

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

Shades of Roti #BF9A47

Tints of Roti #BF9A47

Color information

#BF9A47 (or 0xBF9A47) is unknown color: approx Roti. HEX triplet: BF, 9A and 47. RGB value is (191,154,71). Sum of RGB (Red+Green+Blue) = 191+154+71=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9A47 is #4065B8. Grayscale: #9B9B9B. Windows color (decimal): -4220345 or 4692671. OLE color: 4692671.

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

Color convert

RGB19115471-
CMYK00.190.630.25
HSL41.5º48.39%51.37%-
HSV(B)41.5º62.83%74.9%-
XYZ34.1834.6410.85-
YUV155.680.26153.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 154 (60.55% from 255) = 37.02%
BLUE value IS 71 (28.12% from 255) = 17.07%
R=45.91%
G=37.02%
B=17.07%

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
Decimal1911547100.190.630.2541.548.3951.37
HexBF9A470133F192a3033
Octal2772321070237731526063
Binary1011111110011010100011101001111111111001101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A47; }

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

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

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

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

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

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

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

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