#BF9E47

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

Shades of Roti #BF9E47

Tints of Roti #BF9E47

Color information

#BF9E47 (or 0xBF9E47) is unknown color: approx Roti. HEX triplet: BF, 9E and 47. RGB value is (191,158,71). Sum of RGB (Red+Green+Blue) = 191+158+71=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E47 is #4061B8. Grayscale: #9E9E9E. Windows color (decimal): -4219321 or 4693695. OLE color: 4693695.

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

Color convert

RGB19115871-
CMYK00.170.630.25
HSL43.5º48.39%51.37%-
HSV(B)43.5º62.83%74.9%-
XYZ34.8535.9911.07-
YUV157.9578.93151.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 158 (62.11% from 255) = 37.62%
BLUE value IS 71 (28.12% from 255) = 16.90%
R=45.48%
G=37.62%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911587100.170.630.2543.548.3951.37
HexBF9E470113F192c3033
Octal2772361070217731546063
Binary1011111110011110100011101000111111111001101100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E47; }

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

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

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

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

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

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

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

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