Html Css Color HEX #B7A032 Sahara

📋 copy color: '#B7A032'

red 183 ◦ green 160 ◦ blue 50

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

Shades of Sahara #B7A032

Tints of Sahara #B7A032

RGB

 RED value IS 183 (71.88% from 255) = 46.56%

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

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

R = 46.56%
G = 40.71%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B7A032 (or 0xB7A032) is known color: Sahara. HEX triplet: B7, A0 and 32. RGB value is (183,160,50). Sum of RGB (Red+Green+Blue) = 183+160+50=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A032 is #485FCD. Grayscale: #9A9A9A. Windows color (decimal): -4743118 or 3317943. OLE color: 3317943.

HSL color Cylindrical-coordinate representation of color #B7A032: hue angle of 49.62º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7A032 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 160 50 -
CMYK 0 0.13 0.73 0.28
HSL 49.62º 0.57% 0.46% -
HSV(B) 49.62º 0.73% 0.72% -
XYZ 32.67 35.44 8.14 -
YUV 154.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 183 160 50 0 0.13 0.73 0.28 49.62 0.57 0.46
Hex B7 A0 32 0 D 49 1C 32 39 2E
Octal 267 240 62 0 15 111 34 62 71 56
Binary 10110111 10100000 110010 0 1101 1001001 11100 110010 111001 101110

Color Harmonies of #B7A032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A032

Black with #B7A032

Text Example


Text Example

White with #B7A032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A032; }

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

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

background-color css

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

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

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

border-color css

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

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

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