Html Css Color HEX #B49227 Sahara

📋 copy color: '#B49227'

red 180 ◦ green 146 ◦ blue 39

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

Shades of Sahara #B49227

Tints of Sahara #B49227

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

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

R = 49.32%
G = 40%
B = 10.68%

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

#B49227 (or 0xB49227) is known color: Sahara. HEX triplet: B4, 92 and 27. RGB value is (180,146,39). Sum of RGB (Red+Green+Blue) = 180+146+39=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B49227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49227 is #4B6DD8. Grayscale: #909090. Windows color (decimal): -4943321 or 2593460. OLE color: 2593460.

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

Color convert

RGB 180 146 39 -
CMYK 0 0.19 0.78 0.29
HSL 45.53º 0.64% 0.43% -
HSV(B) 45.53º 0.78% 0.71% -
XYZ 29.47 30.41 6.24 -
YUV 143.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 180 146 39 0 0.19 0.78 0.29 45.53 0.64 0.43
Hex B4 92 27 0 13 4E 1D 2E 40 2B
Octal 264 222 47 0 23 116 35 56 100 53
Binary 10110100 10010010 100111 0 10011 1001110 11101 101110 1000000 101011

Color Harmonies of #B49227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49227

Black with #B49227

Text Example


Text Example

White with #B49227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49227; }

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

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

background-color css

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

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

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

border-color css

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

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

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