#BFA037

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

Shades of Roti #BFA037

Tints of Roti #BFA037

Color information

#BFA037 (or 0xBFA037) is unknown color: approx Roti. HEX triplet: BF, A0 and 37. RGB value is (191,160,55). Sum of RGB (Red+Green+Blue) = 191+160+55=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA037 is #405FC8. Grayscale: #9D9D9D. Windows color (decimal): -4218825 or 3645631. OLE color: 3645631.

HSL color Cylindrical-coordinate representation of color #BFA037: hue angle of 46.32º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BFA037 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19116055-
CMYK00.160.710.25
HSL46.32º55.28%48.24%-
HSV(B)46.32º71.2%74.9%-
XYZ34.7536.498.83-
YUV157.370.27152.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 160 (62.89% from 255) = 39.41%
BLUE value IS 55 (21.88% from 255) = 13.55%
R=47.04%
G=39.41%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911605500.160.710.2546.3255.2848.24
HexBFA03701047192e3730
Octal2772406702010731566760
Binary1011111110100000110111010000100011111001101110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA037; }

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

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

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

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

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

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

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

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