#BF9E42

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

Shades of Roti #BF9E42

Tints of Roti #BF9E42

Color information

#BF9E42 (or 0xBF9E42) is unknown color: approx Roti. HEX triplet: BF, 9E and 42. RGB value is (191,158,66). Sum of RGB (Red+Green+Blue) = 191+158+66=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 158 (62.11% from 255 or 38.07% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E42 is #4061BD. Grayscale: #9D9D9D. Windows color (decimal): -4219326 or 4366015. OLE color: 4366015.

HSL color Cylindrical-coordinate representation of color #BF9E42: hue angle of 44.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF9E42 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19115866-
CMYK00.170.650.25
HSL44.16º49.41%50.39%-
HSV(B)44.16º65.45%74.9%-
XYZ34.735.9210.26-
YUV157.3876.43151.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 158 (62.11% from 255) = 38.07%
BLUE value IS 66 (26.17% from 255) = 15.90%
R=46.02%
G=38.07%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911586600.170.650.2544.1649.4150.39
HexBF9E4201141192c3132
Octal27723610202110131546162
Binary10111111100111101000010010001100000111001101100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E42; }

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

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

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

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

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

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

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

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