Html Css Color HEX #B49228 Sahara

📋 copy color: '#B49228'

red 180 ◦ green 146 ◦ blue 40

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

Shades of Sahara #B49228

Tints of Sahara #B49228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.93%

R = 49.18%
G = 39.89%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B49228 (or 0xB49228) is known color: Sahara. HEX triplet: B4, 92 and 28. RGB value is (180,146,40). Sum of RGB (Red+Green+Blue) = 180+146+40=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 40 (16.02% from 255 or 10.93% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B49228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49228 is #4B6DD7. Grayscale: #909090. Windows color (decimal): -4943320 or 2658996. OLE color: 2658996.

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

Color convert

RGB 180 146 40 -
CMYK 0 0.19 0.78 0.29
HSL 45.43º 0.64% 0.43% -
HSV(B) 45.43º 0.78% 0.71% -
XYZ 29.48 30.41 6.32 -
YUV 144.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 180 146 40 0 0.19 0.78 0.29 45.43 0.64 0.43
Hex B4 92 28 0 13 4E 1D 2D 40 2B
Octal 264 222 50 0 23 116 35 55 100 53
Binary 10110100 10010010 101000 0 10011 1001110 11101 101101 1000000 101011

Color Harmonies of #B49228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49228

Black with #B49228

Text Example


Text Example

White with #B49228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49228; }

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

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

background-color css

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

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

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

border-color css

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

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

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