#BFA03C

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

Shades of Roti #BFA03C

Tints of Roti #BFA03C

Color information

#BFA03C (or 0xBFA03C) is unknown color: approx Roti. HEX triplet: BF, A0 and 3C. RGB value is (191,160,60). Sum of RGB (Red+Green+Blue) = 191+160+60=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 60 (23.83% from 255 or 14.60% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA03C is #405FC3. Grayscale: #9E9E9E. Windows color (decimal): -4218820 or 3973311. OLE color: 3973311.

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

Color convert

RGB19116060-
CMYK00.160.690.25
HSL45.8º52.19%49.22%-
HSV(B)45.8º68.59%74.9%-
XYZ34.8736.549.49-
YUV157.8772.77151.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 160 (62.89% from 255) = 38.93%
BLUE value IS 60 (23.83% from 255) = 14.60%
R=46.47%
G=38.93%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911606000.160.690.2545.852.1949.22
HexBFA03C01045192e3431
Octal2772407402010531566461
Binary1011111110100000111100010000100010111001101110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA03C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA03C; }

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

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

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

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

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

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

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

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