#BF9E3E

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

Shades of Roti #BF9E3E

Tints of Roti #BF9E3E

Color information

#BF9E3E (or 0xBF9E3E) is unknown color: approx Roti. HEX triplet: BF, 9E and 3E. RGB value is (191,158,62). Sum of RGB (Red+Green+Blue) = 191+158+62=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9E3E is #4061C1. Grayscale: #9D9D9D. Windows color (decimal): -4219330 or 4103871. OLE color: 4103871.

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

Color convert

RGB19115862-
CMYK00.170.680.25
HSL44.65º50.99%49.61%-
HSV(B)44.65º67.54%74.9%-
XYZ34.5835.889.66-
YUV156.9274.43152.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 62 (24.61% from 255) = 15.09%
R=46.47%
G=38.44%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911586200.170.680.2544.6550.9949.61
HexBF9E3E01144192d3332
Octal2772367602110431556362
Binary1011111110011110111110010001100010011001101101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E3E; }

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

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

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

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

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

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

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

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