Html Css Color HEX #BFA131 Sahara

📋 copy color: '#BFA131'

red 191 ◦ green 161 ◦ blue 49

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

Shades of Sahara #BFA131

Tints of Sahara #BFA131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

 BLUE value IS 49 (19.53% from 255) = 12.22%

R = 47.63%
G = 40.15%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BFA131 (or 0xBFA131) is known color: Sahara. HEX triplet: BF, A1 and 31. RGB value is (191,161,49). Sum of RGB (Red+Green+Blue) = 191+161+49=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA131 is #405ECE. Grayscale: #9D9D9D. Windows color (decimal): -4218575 or 3252671. OLE color: 3252671.

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

Color convert

RGB 191 161 49 -
CMYK 0 0.16 0.74 0.25
HSL 47.32º 0.59% 0.47% -
HSV(B) 47.32º 0.74% 0.75% -
XYZ 34.79 36.79 8.17 -
YUV 157.2 66.94 152.11 -
System Red Green Blue C M Y K H S L
Decimal 191 161 49 0 0.16 0.74 0.25 47.32 0.59 0.47
Hex BF A1 31 0 10 4A 19 2F 3B 2F
Octal 277 241 61 0 20 112 31 57 73 57
Binary 10111111 10100001 110001 0 10000 1001010 11001 101111 111011 101111

Color Harmonies of #BFA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA131

Black with #BFA131

Text Example


Text Example

White with #BFA131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA131; }

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

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

background-color css

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

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

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

border-color css

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

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

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