Html Css Color HEX #B49223 Sahara

📋 copy color: '#B49223'

red 180 ◦ green 146 ◦ blue 35

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

Shades of Sahara #B49223

Tints of Sahara #B49223

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

 BLUE value IS 35 (14.06% from 255) = 9.7%

R = 49.86%
G = 40.44%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B49223 (or 0xB49223) is known color: Sahara. HEX triplet: B4, 92 and 23. RGB value is (180,146,35). Sum of RGB (Red+Green+Blue) = 180+146+35=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B49223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49223 is #4B6DDC. Grayscale: #8F8F8F. Windows color (decimal): -4943325 or 2331316. OLE color: 2331316.

HSL color Cylindrical-coordinate representation of color #B49223: hue angle of 45.93º degrees, saturation: 0.67, 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 #B49223 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 35 -
CMYK 0 0.19 0.81 0.29
HSL 45.93º 0.67% 0.42% -
HSV(B) 45.93º 0.81% 0.71% -
XYZ 29.4 30.38 5.9 -
YUV 143.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 180 146 35 0 0.19 0.81 0.29 45.93 0.67 0.42
Hex B4 92 23 0 13 51 1D 2E 43 2A
Octal 264 222 43 0 23 121 35 56 103 52
Binary 10110100 10010010 100011 0 10011 1010001 11101 101110 1000011 101010

Color Harmonies of #B49223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49223

Black with #B49223

Text Example


Text Example

White with #B49223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49223; }

 p { color: rgb(180,146,35); }

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

background-color css

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

 a { background-color: rgb(180,146,35); }

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

border-color css

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

 span { border-color: rgb(180,146,35); }

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