Html Css Color HEX #B49728 Sahara

📋 copy color: '#B49728'

red 180 ◦ green 151 ◦ blue 40

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

Shades of Sahara #B49728

Tints of Sahara #B49728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.7%

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

R = 48.52%
G = 40.7%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B49728 (or 0xB49728) is known color: Sahara. HEX triplet: B4, 97 and 28. RGB value is (180,151,40). Sum of RGB (Red+Green+Blue) = 180+151+40=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B49728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49728 is #4B68D7. Grayscale: #939393. Windows color (decimal): -4942040 or 2660276. OLE color: 2660276.

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

Color convert

RGB 180 151 40 -
CMYK 0 0.16 0.78 0.29
HSL 47.57º 0.64% 0.43% -
HSV(B) 47.57º 0.78% 0.71% -
XYZ 30.27 31.99 6.59 -
YUV 147.02 67.61 151.53 -
System Red Green Blue C M Y K H S L
Decimal 180 151 40 0 0.16 0.78 0.29 47.57 0.64 0.43
Hex B4 97 28 0 10 4E 1D 30 40 2B
Octal 264 227 50 0 20 116 35 60 100 53
Binary 10110100 10010111 101000 0 10000 1001110 11101 110000 1000000 101011

Color Harmonies of #B49728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49728

Black with #B49728

Text Example


Text Example

White with #B49728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49728; }

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

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

background-color css

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

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

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

border-color css

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

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

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