#BF9C42

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

Shades of Roti #BF9C42

Tints of Roti #BF9C42

Color information

#BF9C42 (or 0xBF9C42) is unknown color: approx Roti. HEX triplet: BF, 9C and 42. RGB value is (191,156,66). Sum of RGB (Red+Green+Blue) = 191+156+66=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9C42 is #4063BD. Grayscale: #9C9C9C. Windows color (decimal): -4219838 or 4365503. OLE color: 4365503.

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

Color convert

RGB19115666-
CMYK00.180.650.25
HSL43.2º49.41%50.39%-
HSV(B)43.2º65.45%74.9%-
XYZ34.3635.2510.15-
YUV156.277.1152.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 156 (61.33% from 255) = 37.77%
BLUE value IS 66 (26.17% from 255) = 15.98%
R=46.25%
G=37.77%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911566600.180.650.2543.249.4150.39
HexBF9C4201241192b3132
Octal27723410202210131536162
Binary10111111100111001000010010010100000111001101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C42; }

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

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

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

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

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

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

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

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