Html Css Color HEX #BFA331 Sahara

📋 copy color: '#BFA331'

red 191 ◦ green 163 ◦ blue 49

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

Shades of Sahara #BFA331

Tints of Sahara #BFA331

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

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

R = 47.39%
G = 40.45%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BFA331 (or 0xBFA331) is known color: Sahara. HEX triplet: BF, A3 and 31. RGB value is (191,163,49). Sum of RGB (Red+Green+Blue) = 191+163+49=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA331 is #405CCE. Grayscale: #9E9E9E. Windows color (decimal): -4218063 or 3253183. OLE color: 3253183.

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

Color convert

RGB 191 163 49 -
CMYK 0 0.15 0.74 0.25
HSL 48.17º 0.59% 0.47% -
HSV(B) 48.17º 0.74% 0.75% -
XYZ 35.14 37.49 8.29 -
YUV 158.38 66.28 151.27 -
System Red Green Blue C M Y K H S L
Decimal 191 163 49 0 0.15 0.74 0.25 48.17 0.59 0.47
Hex BF A3 31 0 F 4A 19 30 3B 2F
Octal 277 243 61 0 17 112 31 60 73 57
Binary 10111111 10100011 110001 0 1111 1001010 11001 110000 111011 101111

Color Harmonies of #BFA331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA331

Black with #BFA331

Text Example


Text Example

White with #BFA331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA331; }

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

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

background-color css

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

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

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

border-color css

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

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

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