Html Css Color HEX #B49C32 Sahara

📋 copy color: '#B49C32'

red 180 ◦ green 156 ◦ blue 50

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

Shades of Sahara #B49C32

Tints of Sahara #B49C32

RGB

 RED value IS 180 (70.7% from 255) = 46.63%

 GREEN value IS 156 (61.33% from 255) = 40.41%

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

R = 46.63%
G = 40.41%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B49C32 (or 0xB49C32) is known color: Sahara. HEX triplet: B4, 9C and 32. RGB value is (180,156,50). Sum of RGB (Red+Green+Blue) = 180+156+50=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C32 is #4B63CD. Grayscale: #979797. Windows color (decimal): -4940750 or 3316916. OLE color: 3316916.

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

Color convert

RGB 180 156 50 -
CMYK 0 0.13 0.72 0.29
HSL 48.92º 0.57% 0.45% -
HSV(B) 48.92º 0.72% 0.71% -
XYZ 31.29 33.71 7.88 -
YUV 151.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 180 156 50 0 0.13 0.72 0.29 48.92 0.57 0.45
Hex B4 9C 32 0 D 48 1D 31 39 2D
Octal 264 234 62 0 15 110 35 61 71 55
Binary 10110100 10011100 110010 0 1101 1001000 11101 110001 111001 101101

Color Harmonies of #B49C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C32

Black with #B49C32

Text Example


Text Example

White with #B49C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C32; }

 p { color: rgb(180,156,50); }

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

background-color css

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

 a { background-color: rgb(180,156,50); }

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

border-color css

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

 span { border-color: rgb(180,156,50); }

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