Html Css Color HEX #B6A032 Sahara

📋 copy color: '#B6A032'

red 182 ◦ green 160 ◦ blue 50

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

Shades of Sahara #B6A032

Tints of Sahara #B6A032

RGB

 RED value IS 182 (71.48% from 255) = 46.43%

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

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

R = 46.43%
G = 40.82%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B6A032 (or 0xB6A032) is known color: Sahara. HEX triplet: B6, A0 and 32. RGB value is (182,160,50). Sum of RGB (Red+Green+Blue) = 182+160+50=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A032 is #495FCD. Grayscale: #9A9A9A. Windows color (decimal): -4808654 or 3317942. OLE color: 3317942.

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

Color convert

RGB 182 160 50 -
CMYK 0 0.12 0.73 0.29
HSL 50º 0.57% 0.45% -
HSV(B) 50º 0.73% 0.71% -
XYZ 32.44 35.32 8.12 -
YUV 154.04 69.29 147.94 -
System Red Green Blue C M Y K H S L
Decimal 182 160 50 0 0.12 0.73 0.29 50 0.57 0.45
Hex B6 A0 32 0 C 49 1D 32 39 2D
Octal 266 240 62 0 14 111 35 62 71 55
Binary 10110110 10100000 110010 0 1100 1001001 11101 110010 111001 101101

Color Harmonies of #B6A032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A032

Black with #B6A032

Text Example


Text Example

White with #B6A032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A032; }

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

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

background-color css

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

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

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

border-color css

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

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

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