Html Css Color HEX #BFA030 Sahara

📋 copy color: '#BFA030'

red 191 ◦ green 160 ◦ blue 48

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

Shades of Sahara #BFA030

Tints of Sahara #BFA030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.03%

R = 47.87%
G = 40.1%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BFA030 (or 0xBFA030) is known color: Sahara. HEX triplet: BF, A0 and 30. RGB value is (191,160,48). Sum of RGB (Red+Green+Blue) = 191+160+48=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA030 is #405FCF. Grayscale: #9C9C9C. Windows color (decimal): -4218832 or 3186879. OLE color: 3186879.

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

Color convert

RGB 191 160 48 -
CMYK 0 0.16 0.75 0.25
HSL 46.99º 0.6% 0.47% -
HSV(B) 46.99º 0.75% 0.75% -
XYZ 34.59 36.43 8.01 -
YUV 156.5 66.77 152.61 -
System Red Green Blue C M Y K H S L
Decimal 191 160 48 0 0.16 0.75 0.25 46.99 0.6 0.47
Hex BF A0 30 0 10 4B 19 2F 3C 2F
Octal 277 240 60 0 20 113 31 57 74 57
Binary 10111111 10100000 110000 0 10000 1001011 11001 101111 111100 101111

Color Harmonies of #BFA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA030

Black with #BFA030

Text Example


Text Example

White with #BFA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA030; }

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

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

background-color css

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

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

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

border-color css

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

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

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