#BFA039

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

Shades of Roti #BFA039

Tints of Roti #BFA039

Color information

#BFA039 (or 0xBFA039) is unknown color: approx Roti. HEX triplet: BF, A0 and 39. RGB value is (191,160,57). Sum of RGB (Red+Green+Blue) = 191+160+57=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 57 (22.66% from 255 or 13.97% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA039 is #405FC6. Grayscale: #9D9D9D. Windows color (decimal): -4218823 or 3776703. OLE color: 3776703.

HSL color Cylindrical-coordinate representation of color #BFA039: hue angle of 46.12º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BFA039 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB19116057-
CMYK00.160.700.25
HSL46.12º54.03%48.63%-
HSV(B)46.12º70.16%74.9%-
XYZ34.836.519.08-
YUV157.5371.27151.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.81%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 57 (22.66% from 255) = 13.97%
R=46.81%
G=39.22%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911605700.160.700.2546.1254.0348.63
HexBFA03901046192e3631
Octal2772407102010631566661
Binary1011111110100000111001010000100011011001101110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA039; }

 p { color: rgb(191,160,57); }

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

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

 a { background-color: rgb(191,160,57); }

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

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

 span { border-color: rgb(191,160,57); }

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