Html Css Color HEX #B49326 Sahara

📋 copy color: '#B49326'

red 180 ◦ green 147 ◦ blue 38

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

Shades of Sahara #B49326

Tints of Sahara #B49326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.27%

 BLUE value IS 38 (15.23% from 255) = 10.41%

R = 49.32%
G = 40.27%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B49326 (or 0xB49326) is known color: Sahara. HEX triplet: B4, 93 and 26. RGB value is (180,147,38). Sum of RGB (Red+Green+Blue) = 180+147+38=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 38 (15.23% from 255 or 10.41% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B49326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49326 is #4B6CD9. Grayscale: #909090. Windows color (decimal): -4943066 or 2528180. OLE color: 2528180.

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

Color convert

RGB 180 147 38 -
CMYK 0 0.18 0.79 0.29
HSL 46.06º 0.65% 0.43% -
HSV(B) 46.06º 0.79% 0.71% -
XYZ 29.61 30.71 6.2 -
YUV 144.44 67.93 153.36 -
System Red Green Blue C M Y K H S L
Decimal 180 147 38 0 0.18 0.79 0.29 46.06 0.65 0.43
Hex B4 93 26 0 12 4F 1D 2E 41 2B
Octal 264 223 46 0 22 117 35 56 101 53
Binary 10110100 10010011 100110 0 10010 1001111 11101 101110 1000001 101011

Color Harmonies of #B49326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49326

Black with #B49326

Text Example


Text Example

White with #B49326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49326; }

 p { color: rgb(180,147,38); }

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

background-color css

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

 a { background-color: rgb(180,147,38); }

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

border-color css

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

 span { border-color: rgb(180,147,38); }

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