Html Css Color HEX #B49F2D Sahara

📋 copy color: '#B49F2D'

red 180 ◦ green 159 ◦ blue 45

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

Shades of Sahara #B49F2D

Tints of Sahara #B49F2D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.41%

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 46.88%
G = 41.41%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B49F2D (or 0xB49F2D) is known color: Sahara. HEX triplet: B4, 9F and 2D. RGB value is (180,159,45). Sum of RGB (Red+Green+Blue) = 180+159+45=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F2D is #4B60D2. Grayscale: #989898. Windows color (decimal): -4939987 or 2990004. OLE color: 2990004.

HSL color Cylindrical-coordinate representation of color #B49F2D: hue angle of 50.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B49F2D is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 159 45 -
CMYK 0 0.12 0.75 0.29
HSL 50.67º 0.6% 0.44% -
HSV(B) 50.67º 0.75% 0.71% -
XYZ 31.69 34.69 7.51 -
YUV 152.28 67.46 147.77 -
System Red Green Blue C M Y K H S L
Decimal 180 159 45 0 0.12 0.75 0.29 50.67 0.6 0.44
Hex B4 9F 2D 0 C 4B 1D 33 3C 2C
Octal 264 237 55 0 14 113 35 63 74 54
Binary 10110100 10011111 101101 0 1100 1001011 11101 110011 111100 101100

Color Harmonies of #B49F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49F2D

Black with #B49F2D

Text Example


Text Example

White with #B49F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49F2D; }

 p { color: rgb(180,159,45); }

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

background-color css

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

 a { background-color: rgb(180,159,45); }

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

border-color css

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

 span { border-color: rgb(180,159,45); }

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