Html Css Color HEX #B49C2A Sahara

📋 copy color: '#B49C2A'

red 180 ◦ green 156 ◦ blue 42

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

Shades of Sahara #B49C2A

Tints of Sahara #B49C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 47.62%
G = 41.27%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B49C2A (or 0xB49C2A) is known color: Sahara. HEX triplet: B4, 9C and 2A. RGB value is (180,156,42). Sum of RGB (Red+Green+Blue) = 180+156+42=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C2A is #4B63D5. Grayscale: #969696. Windows color (decimal): -4940758 or 2792628. OLE color: 2792628.

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

Color convert

RGB 180 156 42 -
CMYK 0 0.13 0.77 0.29
HSL 49.57º 0.62% 0.44% -
HSV(B) 49.57º 0.77% 0.71% -
XYZ 31.13 33.65 7.04 -
YUV 150.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 180 156 42 0 0.13 0.77 0.29 49.57 0.62 0.44
Hex B4 9C 2A 0 D 4D 1D 32 3E 2C
Octal 264 234 52 0 15 115 35 62 76 54
Binary 10110100 10011100 101010 0 1101 1001101 11101 110010 111110 101100

Color Harmonies of #B49C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C2A

Black with #B49C2A

Text Example


Text Example

White with #B49C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C2A; }

 p { color: rgb(180,156,42); }

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

background-color css

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

 a { background-color: rgb(180,156,42); }

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

border-color css

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

 span { border-color: rgb(180,156,42); }

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