Html Css Color HEX #B49421 Sahara

📋 copy color: '#B49421'

red 180 ◦ green 148 ◦ blue 33

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

Shades of Sahara #B49421

Tints of Sahara #B49421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41%

 BLUE value IS 33 (13.28% from 255) = 9.14%

R = 49.86%
G = 41%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B49421 (or 0xB49421) is known color: Sahara. HEX triplet: B4, 94 and 21. RGB value is (180,148,33). Sum of RGB (Red+Green+Blue) = 180+148+33=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B49421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49421 is #4B6BDE. Grayscale: #909090. Windows color (decimal): -4942815 or 2200756. OLE color: 2200756.

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

Color convert

RGB 180 148 33 -
CMYK 0 0.18 0.82 0.29
HSL 46.94º 0.69% 0.42% -
HSV(B) 46.94º 0.82% 0.71% -
XYZ 29.69 30.99 5.86 -
YUV 144.46 65.1 153.35 -
System Red Green Blue C M Y K H S L
Decimal 180 148 33 0 0.18 0.82 0.29 46.94 0.69 0.42
Hex B4 94 21 0 12 52 1D 2F 45 2A
Octal 264 224 41 0 22 122 35 57 105 52
Binary 10110100 10010100 100001 0 10010 1010010 11101 101111 1000101 101010

Color Harmonies of #B49421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49421

Black with #B49421

Text Example


Text Example

White with #B49421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49421; }

 p { color: rgb(180,148,33); }

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

background-color css

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

 a { background-color: rgb(180,148,33); }

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

border-color css

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

 span { border-color: rgb(180,148,33); }

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