Html Css Color HEX #BFA040 Roti

📋 copy color: '#BFA040'

red 191 ◦ green 160 ◦ blue 64

#BFA040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roti #BFA040

Tints of Roti #BFA040

RGB

 RED value IS 191 (75% from 255) = 46.02%

 GREEN value IS 160 (62.89% from 255) = 38.55%

 BLUE value IS 64 (25.39% from 255) = 15.42%

R = 46.02%
G = 38.55%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BFA040 (or 0xBFA040) is known color: Roti. HEX triplet: BF, A0 and 40. RGB value is (191,160,64). Sum of RGB (Red+Green+Blue) = 191+160+64=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA040 is #405FBF. Grayscale: #9E9E9E. Windows color (decimal): -4218816 or 4235455. OLE color: 4235455.

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

Color convert

RGB 191 160 64 -
CMYK 0 0.16 0.66 0.25
HSL 45.35º 0.5% 0.5% -
HSV(B) 45.35º 0.66% 0.75% -
XYZ 34.98 36.59 10.07 -
YUV 158.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 191 160 64 0 0.16 0.66 0.25 45.35 0.5 0.5
Hex BF A0 40 0 10 42 19 2D 32 32
Octal 277 240 100 0 20 102 31 55 62 62
Binary 10111111 10100000 1000000 0 10000 1000010 11001 101101 110010 110010

Color Harmonies of #BFA040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA040

Black with #BFA040

Text Example


Text Example

White with #BFA040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA040; }

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

 H1.HeaderClassName
 {
   color: #BFA040;
 }
 .AnyTagClassName
 {
   color: #BFA040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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