Html Css Color HEX #B3A031 Sahara

📋 copy color: '#B3A031'

red 179 ◦ green 160 ◦ blue 49

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

Shades of Sahara #B3A031

Tints of Sahara #B3A031

RGB

 RED value IS 179 (70.31% from 255) = 46.13%

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

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

R = 46.13%
G = 41.24%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B3A031 (or 0xB3A031) is known color: Sahara. HEX triplet: B3, A0 and 31. RGB value is (179,160,49). Sum of RGB (Red+Green+Blue) = 179+160+49=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A031 is #4C5FCE. Grayscale: #999999. Windows color (decimal): -5005263 or 3252403. OLE color: 3252403.

HSL color Cylindrical-coordinate representation of color #B3A031: hue angle of 51.23º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3A031 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 160 49 -
CMYK 0 0.11 0.73 0.30
HSL 51.23º 0.57% 0.45% -
HSV(B) 51.23º 0.73% 0.7% -
XYZ 31.72 34.95 7.98 -
YUV 153.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 179 160 49 0 0.11 0.73 0.30 51.23 0.57 0.45
Hex B3 A0 31 0 B 49 1E 33 39 2D
Octal 263 240 61 0 13 111 36 63 71 55
Binary 10110011 10100000 110001 0 1011 1001001 11110 110011 111001 101101

Color Harmonies of #B3A031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A031

Black with #B3A031

Text Example


Text Example

White with #B3A031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A031; }

 p { color: rgb(179,160,49); }

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

background-color css

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

 a { background-color: rgb(179,160,49); }

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

border-color css

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

 span { border-color: rgb(179,160,49); }

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