Html Css Color HEX #B3A032 Sahara

📋 copy color: '#B3A032'

red 179 ◦ green 160 ◦ blue 50

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

Shades of Sahara #B3A032

Tints of Sahara #B3A032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.85%

R = 46.02%
G = 41.13%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B3A032 (or 0xB3A032) is known color: Sahara. HEX triplet: B3, A0 and 32. RGB value is (179,160,50). Sum of RGB (Red+Green+Blue) = 179+160+50=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3A032 is #4C5FCD. Grayscale: #999999. Windows color (decimal): -5005262 or 3317939. OLE color: 3317939.

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

Color convert

RGB 179 160 50 -
CMYK 0 0.11 0.72 0.30
HSL 51.16º 0.56% 0.45% -
HSV(B) 51.16º 0.72% 0.7% -
XYZ 31.74 34.96 8.09 -
YUV 153.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 179 160 50 0 0.11 0.72 0.30 51.16 0.56 0.45
Hex B3 A0 32 0 B 48 1E 33 38 2D
Octal 263 240 62 0 13 110 36 63 70 55
Binary 10110011 10100000 110010 0 1011 1001000 11110 110011 111000 101101

Color Harmonies of #B3A032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A032

Black with #B3A032

Text Example


Text Example

White with #B3A032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A032; }

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

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

background-color css

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

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

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

border-color css

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

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

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