Html Css Color HEX #B49123 Sahara

📋 copy color: '#B49123'

red 180 ◦ green 145 ◦ blue 35

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

Shades of Sahara #B49123

Tints of Sahara #B49123

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.28%

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

R = 50%
G = 40.28%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B49123 (or 0xB49123) is known color: Sahara. HEX triplet: B4, 91 and 23. RGB value is (180,145,35). Sum of RGB (Red+Green+Blue) = 180+145+35=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B49123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49123 is #4B6EDC. Grayscale: #8F8F8F. Windows color (decimal): -4943581 or 2331060. OLE color: 2331060.

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

Color convert

RGB 180 145 35 -
CMYK 0 0.19 0.81 0.29
HSL 45.52º 0.67% 0.42% -
HSV(B) 45.52º 0.81% 0.71% -
XYZ 29.25 30.08 5.85 -
YUV 142.93 67.1 154.44 -
System Red Green Blue C M Y K H S L
Decimal 180 145 35 0 0.19 0.81 0.29 45.52 0.67 0.42
Hex B4 91 23 0 13 51 1D 2E 43 2A
Octal 264 221 43 0 23 121 35 56 103 52
Binary 10110100 10010001 100011 0 10011 1010001 11101 101110 1000011 101010

Color Harmonies of #B49123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49123

Black with #B49123

Text Example


Text Example

White with #B49123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49123; }

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

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

background-color css

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

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

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

border-color css

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

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

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