Html Css Color HEX #B49D23 Sahara

📋 copy color: '#B49D23'

red 180 ◦ green 157 ◦ blue 35

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

Shades of Sahara #B49D23

Tints of Sahara #B49D23

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

 BLUE value IS 35 (14.06% from 255) = 9.41%

R = 48.39%
G = 42.2%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B49D23 (or 0xB49D23) is known color: Sahara. HEX triplet: B4, 9D and 23. RGB value is (180,157,35). Sum of RGB (Red+Green+Blue) = 180+157+35=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 35 (14.06% from 255 or 9.41% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D23 is #4B62DC. Grayscale: #969696. Windows color (decimal): -4940509 or 2334132. OLE color: 2334132.

HSL color Cylindrical-coordinate representation of color #B49D23: hue angle of 50.48º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B49D23 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 157 35 -
CMYK 0 0.13 0.81 0.29
HSL 50.48º 0.67% 0.42% -
HSV(B) 50.48º 0.81% 0.71% -
XYZ 31.18 33.94 6.5 -
YUV 149.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 180 157 35 0 0.13 0.81 0.29 50.48 0.67 0.42
Hex B4 9D 23 0 D 51 1D 32 43 2A
Octal 264 235 43 0 15 121 35 62 103 52
Binary 10110100 10011101 100011 0 1101 1010001 11101 110010 1000011 101010

Color Harmonies of #B49D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D23

Black with #B49D23

Text Example


Text Example

White with #B49D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D23; }

 p { color: rgb(180,157,35); }

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

background-color css

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

 a { background-color: rgb(180,157,35); }

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

border-color css

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

 span { border-color: rgb(180,157,35); }

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