Html Css Color HEX #B38E20 Sahara

📋 copy color: '#B38E20'

red 179 ◦ green 142 ◦ blue 32

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

Shades of Sahara #B38E20

Tints of Sahara #B38E20

RGB

 RED value IS 179 (70.31% from 255) = 50.71%

 GREEN value IS 142 (55.86% from 255) = 40.23%

 BLUE value IS 32 (12.89% from 255) = 9.07%

R = 50.71%
G = 40.23%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B38E20 (or 0xB38E20) is known color: Sahara. HEX triplet: B3, 8E and 20. RGB value is (179,142,32). Sum of RGB (Red+Green+Blue) = 179+142+32=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B38E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38E20 is #4C71DF. Grayscale: #8D8D8D. Windows color (decimal): -5009888 or 2133683. OLE color: 2133683.

HSL color Cylindrical-coordinate representation of color #B38E20: hue angle of 44.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B38E20 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 142 32 -
CMYK 0 0.21 0.82 0.30
HSL 44.9º 0.7% 0.41% -
HSV(B) 44.9º 0.82% 0.7% -
XYZ 28.52 29.03 5.47 -
YUV 140.52 66.76 155.44 -
System Red Green Blue C M Y K H S L
Decimal 179 142 32 0 0.21 0.82 0.30 44.9 0.7 0.41
Hex B3 8E 20 0 15 52 1E 2D 46 29
Octal 263 216 40 0 25 122 36 55 106 51
Binary 10110011 10001110 100000 0 10101 1010010 11110 101101 1000110 101001

Color Harmonies of #B38E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38E20

Black with #B38E20

Text Example


Text Example

White with #B38E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38E20; }

 p { color: rgb(179,142,32); }

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

background-color css

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

 a { background-color: rgb(179,142,32); }

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

border-color css

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

 span { border-color: rgb(179,142,32); }

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