Html Css Color HEX #B49225 Sahara

📋 copy color: '#B49225'

red 180 ◦ green 146 ◦ blue 37

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

Shades of Sahara #B49225

Tints of Sahara #B49225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 49.59%
G = 40.22%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B49225 (or 0xB49225) is known color: Sahara. HEX triplet: B4, 92 and 25. RGB value is (180,146,37). Sum of RGB (Red+Green+Blue) = 180+146+37=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B49225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49225 is #4B6DDA. Grayscale: #909090. Windows color (decimal): -4943323 or 2462388. OLE color: 2462388.

HSL color Cylindrical-coordinate representation of color #B49225: hue angle of 45.73º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B49225 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 37 -
CMYK 0 0.19 0.79 0.29
HSL 45.73º 0.66% 0.43% -
HSV(B) 45.73º 0.79% 0.71% -
XYZ 29.44 30.39 6.07 -
YUV 143.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 180 146 37 0 0.19 0.79 0.29 45.73 0.66 0.43
Hex B4 92 25 0 13 4F 1D 2E 42 2B
Octal 264 222 45 0 23 117 35 56 102 53
Binary 10110100 10010010 100101 0 10011 1001111 11101 101110 1000010 101011

Color Harmonies of #B49225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49225

Black with #B49225

Text Example


Text Example

White with #B49225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49225; }

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

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

background-color css

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

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

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

border-color css

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

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

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