Html Css Color HEX #B49632 Sahara

📋 copy color: '#B49632'

red 180 ◦ green 150 ◦ blue 50

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

Shades of Sahara #B49632

Tints of Sahara #B49632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.47%

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

R = 47.37%
G = 39.47%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B49632 (or 0xB49632) is known color: Sahara. HEX triplet: B4, 96 and 32. RGB value is (180,150,50). Sum of RGB (Red+Green+Blue) = 180+150+50=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B49632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49632 is #4B69CD. Grayscale: #949494. Windows color (decimal): -4942286 or 3315380. OLE color: 3315380.

HSL color Cylindrical-coordinate representation of color #B49632: hue angle of 46.15º 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 #B49632 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 150 50 -
CMYK 0 0.17 0.72 0.29
HSL 46.15º 0.57% 0.45% -
HSV(B) 46.15º 0.72% 0.71% -
XYZ 30.3 31.75 7.55 -
YUV 147.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 180 150 50 0 0.17 0.72 0.29 46.15 0.57 0.45
Hex B4 96 32 0 11 48 1D 2E 39 2D
Octal 264 226 62 0 21 110 35 56 71 55
Binary 10110100 10010110 110010 0 10001 1001000 11101 101110 111001 101101

Color Harmonies of #B49632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49632

Black with #B49632

Text Example


Text Example

White with #B49632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49632; }

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

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

background-color css

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

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

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

border-color css

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

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

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