Html Css Color HEX #B49A2F Sahara

📋 copy color: '#B49A2F'

red 180 ◦ green 154 ◦ blue 47

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

Shades of Sahara #B49A2F

Tints of Sahara #B49A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.34%

R = 47.24%
G = 40.42%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B49A2F (or 0xB49A2F) is known color: Sahara. HEX triplet: B4, 9A and 2F. RGB value is (180,154,47). Sum of RGB (Red+Green+Blue) = 180+154+47=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49A2F is #4B65D0. Grayscale: #969696. Windows color (decimal): -4941265 or 3119796. OLE color: 3119796.

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

Color convert

RGB 180 154 47 -
CMYK 0 0.14 0.74 0.29
HSL 48.27º 0.59% 0.45% -
HSV(B) 48.27º 0.74% 0.71% -
XYZ 30.89 33.02 7.43 -
YUV 149.58 70.11 149.7 -
System Red Green Blue C M Y K H S L
Decimal 180 154 47 0 0.14 0.74 0.29 48.27 0.59 0.45
Hex B4 9A 2F 0 E 4A 1D 30 3B 2D
Octal 264 232 57 0 16 112 35 60 73 55
Binary 10110100 10011010 101111 0 1110 1001010 11101 110000 111011 101101

Color Harmonies of #B49A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A2F

Black with #B49A2F

Text Example


Text Example

White with #B49A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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