Html Css Color HEX #B49830 Sahara

📋 copy color: '#B49830'

red 180 ◦ green 152 ◦ blue 48

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

Shades of Sahara #B49830

Tints of Sahara #B49830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40%

 BLUE value IS 48 (19.14% from 255) = 12.63%

R = 47.37%
G = 40%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B49830 (or 0xB49830) is known color: Sahara. HEX triplet: B4, 98 and 30. RGB value is (180,152,48). Sum of RGB (Red+Green+Blue) = 180+152+48=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B49830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49830 is #4B67CF. Grayscale: #949494. Windows color (decimal): -4941776 or 3184820. OLE color: 3184820.

HSL color Cylindrical-coordinate representation of color #B49830: hue angle of 47.27º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B49830 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 152 48 -
CMYK 0 0.16 0.73 0.29
HSL 47.27º 0.58% 0.45% -
HSV(B) 47.27º 0.73% 0.71% -
XYZ 30.58 32.37 7.43 -
YUV 148.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 180 152 48 0 0.16 0.73 0.29 47.27 0.58 0.45
Hex B4 98 30 0 10 49 1D 2F 3A 2D
Octal 264 230 60 0 20 111 35 57 72 55
Binary 10110100 10011000 110000 0 10000 1001001 11101 101111 111010 101101

Color Harmonies of #B49830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49830

Black with #B49830

Text Example


Text Example

White with #B49830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49830; }

 p { color: rgb(180,152,48); }

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

background-color css

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

 a { background-color: rgb(180,152,48); }

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

border-color css

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

 span { border-color: rgb(180,152,48); }

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