Html Css Color HEX #B38F20 Sahara

📋 copy color: '#B38F20'

red 179 ◦ green 143 ◦ blue 32

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

Shades of Sahara #B38F20

Tints of Sahara #B38F20

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.4%

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

R = 50.56%
G = 40.4%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B38F20 (or 0xB38F20) is known color: Sahara. HEX triplet: B3, 8F and 20. RGB value is (179,143,32). Sum of RGB (Red+Green+Blue) = 179+143+32=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F20 is #4C70DF. Grayscale: #8D8D8D. Windows color (decimal): -5009632 or 2133939. OLE color: 2133939.

HSL color Cylindrical-coordinate representation of color #B38F20: hue angle of 45.31º 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 #B38F20 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 143 32 -
CMYK 0 0.20 0.82 0.30
HSL 45.31º 0.7% 0.41% -
HSV(B) 45.31º 0.82% 0.7% -
XYZ 28.67 29.33 5.52 -
YUV 141.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 179 143 32 0 0.20 0.82 0.30 45.31 0.7 0.41
Hex B3 8F 20 0 14 52 1E 2D 46 29
Octal 263 217 40 0 24 122 36 55 106 51
Binary 10110011 10001111 100000 0 10100 1010010 11110 101101 1000110 101001

Color Harmonies of #B38F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F20

Black with #B38F20

Text Example


Text Example

White with #B38F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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