Html Css Color HEX #B49F30 Sahara

📋 copy color: '#B49F30'

red 180 ◦ green 159 ◦ blue 48

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

Shades of Sahara #B49F30

Tints of Sahara #B49F30

RGB

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

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

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

R = 46.51%
G = 41.09%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B49F30 (or 0xB49F30) is known color: Sahara. HEX triplet: B4, 9F and 30. RGB value is (180,159,48). Sum of RGB (Red+Green+Blue) = 180+159+48=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49F30 is #4B60CF. Grayscale: #999999. Windows color (decimal): -4939984 or 3186612. OLE color: 3186612.

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

Color convert

RGB 180 159 48 -
CMYK 0 0.12 0.73 0.29
HSL 50.45º 0.58% 0.45% -
HSV(B) 50.45º 0.73% 0.71% -
XYZ 31.75 34.71 7.82 -
YUV 152.63 68.96 147.53 -
System Red Green Blue C M Y K H S L
Decimal 180 159 48 0 0.12 0.73 0.29 50.45 0.58 0.45
Hex B4 9F 30 0 C 49 1D 32 3A 2D
Octal 264 237 60 0 14 111 35 62 72 55
Binary 10110100 10011111 110000 0 1100 1001001 11101 110010 111010 101101

Color Harmonies of #B49F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49F30

Black with #B49F30

Text Example


Text Example

White with #B49F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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