Html Css Color HEX #B49C22 Sahara

📋 copy color: '#B49C22'

red 180 ◦ green 156 ◦ blue 34

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

Shades of Sahara #B49C22

Tints of Sahara #B49C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.19%

R = 48.65%
G = 42.16%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B49C22 (or 0xB49C22) is known color: Sahara. HEX triplet: B4, 9C and 22. RGB value is (180,156,34). Sum of RGB (Red+Green+Blue) = 180+156+34=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C22 is #4B63DD. Grayscale: #959595. Windows color (decimal): -4940766 or 2268340. OLE color: 2268340.

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

Color convert

RGB 180 156 34 -
CMYK 0 0.13 0.81 0.29
HSL 50.14º 0.68% 0.42% -
HSV(B) 50.14º 0.81% 0.71% -
XYZ 31 33.6 6.36 -
YUV 149.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 180 156 34 0 0.13 0.81 0.29 50.14 0.68 0.42
Hex B4 9C 22 0 D 51 1D 32 44 2A
Octal 264 234 42 0 15 121 35 62 104 52
Binary 10110100 10011100 100010 0 1101 1010001 11101 110010 1000100 101010

Color Harmonies of #B49C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C22

Black with #B49C22

Text Example


Text Example

White with #B49C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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