Html Css Color HEX #B49128 Sahara

📋 copy color: '#B49128'

red 180 ◦ green 145 ◦ blue 40

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

Shades of Sahara #B49128

Tints of Sahara #B49128

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.73%

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

R = 49.32%
G = 39.73%
B = 10.96%

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

#B49128 (or 0xB49128) is known color: Sahara. HEX triplet: B4, 91 and 28. RGB value is (180,145,40). Sum of RGB (Red+Green+Blue) = 180+145+40=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B49128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49128 is #4B6ED7. Grayscale: #8F8F8F. Windows color (decimal): -4943576 or 2658740. OLE color: 2658740.

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

Color convert

RGB 180 145 40 -
CMYK 0 0.19 0.78 0.29
HSL 45º 0.64% 0.43% -
HSV(B) 45º 0.78% 0.71% -
XYZ 29.33 30.11 6.27 -
YUV 143.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 180 145 40 0 0.19 0.78 0.29 45 0.64 0.43
Hex B4 91 28 0 13 4E 1D 2D 40 2B
Octal 264 221 50 0 23 116 35 55 100 53
Binary 10110100 10010001 101000 0 10011 1001110 11101 101101 1000000 101011

Color Harmonies of #B49128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49128

Black with #B49128

Text Example


Text Example

White with #B49128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49128; }

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

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

background-color css

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

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

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

border-color css

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

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

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