Html Css Color HEX #B49A30 Sahara

📋 copy color: '#B49A30'

red 180 ◦ green 154 ◦ blue 48

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

Shades of Sahara #B49A30

Tints of Sahara #B49A30

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.31%

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

R = 47.12%
G = 40.31%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B49A30 (or 0xB49A30) is known color: Sahara. HEX triplet: B4, 9A and 30. RGB value is (180,154,48). Sum of RGB (Red+Green+Blue) = 180+154+48=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A30 is #4B65CF. Grayscale: #969696. Windows color (decimal): -4941264 or 3185332. OLE color: 3185332.

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

Color convert

RGB 180 154 48 -
CMYK 0 0.14 0.73 0.29
HSL 48.18º 0.58% 0.45% -
HSV(B) 48.18º 0.73% 0.71% -
XYZ 30.91 33.03 7.54 -
YUV 149.69 70.61 149.62 -
System Red Green Blue C M Y K H S L
Decimal 180 154 48 0 0.14 0.73 0.29 48.18 0.58 0.45
Hex B4 9A 30 0 E 49 1D 30 3A 2D
Octal 264 232 60 0 16 111 35 60 72 55
Binary 10110100 10011010 110000 0 1110 1001001 11101 110000 111010 101101

Color Harmonies of #B49A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A30

Black with #B49A30

Text Example


Text Example

White with #B49A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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