#BFA142

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

Shades of Roti #BFA142

Tints of Roti #BFA142

Color information

#BFA142 (or 0xBFA142) is unknown color: approx Roti. HEX triplet: BF, A1 and 42. RGB value is (191,161,66). Sum of RGB (Red+Green+Blue) = 191+161+66=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA142 is #405EBD. Grayscale: #9F9F9F. Windows color (decimal): -4218558 or 4366783. OLE color: 4366783.

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

Color convert

RGB19116166-
CMYK00.160.650.25
HSL45.6º49.41%50.39%-
HSV(B)45.6º65.45%74.9%-
XYZ35.2136.9610.43-
YUV159.1475.44150.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 161 (63.28% from 255) = 38.52%
BLUE value IS 66 (26.17% from 255) = 15.79%
R=45.69%
G=38.52%
B=15.79%

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
Decimal1911616600.160.650.2545.649.4150.39
HexBFA14201041192e3132
Octal27724110202010131566162
Binary10111111101000011000010010000100000111001101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA142; }

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

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

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

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

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

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

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

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