#BF9D3E

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

Shades of Roti #BF9D3E

Tints of Roti #BF9D3E

Color information

#BF9D3E (or 0xBF9D3E) is unknown color: approx Roti. HEX triplet: BF, 9D and 3E. RGB value is (191,157,62). Sum of RGB (Red+Green+Blue) = 191+157+62=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9D3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9D3E is #4062C1. Grayscale: #9C9C9C. Windows color (decimal): -4219586 or 4103615. OLE color: 4103615.

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

Color convert

RGB19115762-
CMYK00.180.680.25
HSL44.19º50.99%49.61%-
HSV(B)44.19º67.54%74.9%-
XYZ34.4135.549.6-
YUV156.3474.76152.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 157 (61.72% from 255) = 38.29%
BLUE value IS 62 (24.61% from 255) = 15.12%
R=46.59%
G=38.29%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911576200.180.680.2544.1950.9949.61
HexBF9D3E01244192c3332
Octal2772357602210431546362
Binary1011111110011101111110010010100010011001101100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9D3E; }

 p { color: rgb(191,157,62); }

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

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

 a { background-color: rgb(191,157,62); }

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

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

 span { border-color: rgb(191,157,62); }

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