#BFA042

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

Shades of Roti #BFA042

Tints of Roti #BFA042

Color information

#BFA042 (or 0xBFA042) is unknown color: approx Roti. HEX triplet: BF, A0 and 42. RGB value is (191,160,66). Sum of RGB (Red+Green+Blue) = 191+160+66=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA042 is #405FBD. Grayscale: #9E9E9E. Windows color (decimal): -4218814 or 4366527. OLE color: 4366527.

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

Color convert

RGB19116066-
CMYK00.160.650.25
HSL45.12º49.41%50.39%-
HSV(B)45.12º65.45%74.9%-
XYZ35.0436.6110.37-
YUV158.5575.77151.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 66 (26.17% from 255) = 15.83%
R=45.80%
G=38.37%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911606600.160.650.2545.1249.4150.39
HexBFA04201041192d3132
Octal27724010202010131556162
Binary10111111101000001000010010000100000111001101101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA042; }

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

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

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

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

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

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

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

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