Html Css Color HEX #B49127 Sahara

📋 copy color: '#B49127'

red 180 ◦ green 145 ◦ blue 39

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

Shades of Sahara #B49127

Tints of Sahara #B49127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.71%

R = 49.45%
G = 39.84%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B49127 (or 0xB49127) is known color: Sahara. HEX triplet: B4, 91 and 27. RGB value is (180,145,39). Sum of RGB (Red+Green+Blue) = 180+145+39=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B49127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49127 is #4B6ED8. Grayscale: #8F8F8F. Windows color (decimal): -4943577 or 2593204. OLE color: 2593204.

HSL color Cylindrical-coordinate representation of color #B49127: hue angle of 45.11º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B49127 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 39 -
CMYK 0 0.19 0.78 0.29
HSL 45.11º 0.64% 0.43% -
HSV(B) 45.11º 0.78% 0.71% -
XYZ 29.31 30.1 6.18 -
YUV 143.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 180 145 39 0 0.19 0.78 0.29 45.11 0.64 0.43
Hex B4 91 27 0 13 4E 1D 2D 40 2B
Octal 264 221 47 0 23 116 35 55 100 53
Binary 10110100 10010001 100111 0 10011 1001110 11101 101101 1000000 101011

Color Harmonies of #B49127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49127

Black with #B49127

Text Example


Text Example

White with #B49127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49127; }

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

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

background-color css

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

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

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

border-color css

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

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

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