Html Css Color HEX #B38F21 Sahara

📋 copy color: '#B38F21'

red 179 ◦ green 143 ◦ blue 33

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

Shades of Sahara #B38F21

Tints of Sahara #B38F21

RGB

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

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

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

R = 50.42%
G = 40.28%
B = 9.3%

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

#B38F21 (or 0xB38F21) is known color: Sahara. HEX triplet: B3, 8F and 21. RGB value is (179,143,33). Sum of RGB (Red+Green+Blue) = 179+143+33=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38F21 is #4C70DE. Grayscale: #8D8D8D. Windows color (decimal): -5009631 or 2199475. OLE color: 2199475.

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

Color convert

RGB 179 143 33 -
CMYK 0 0.20 0.82 0.30
HSL 45.21º 0.69% 0.42% -
HSV(B) 45.21º 0.82% 0.7% -
XYZ 28.69 29.34 5.59 -
YUV 141.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 179 143 33 0 0.20 0.82 0.30 45.21 0.69 0.42
Hex B3 8F 21 0 14 52 1E 2D 45 2A
Octal 263 217 41 0 24 122 36 55 105 52
Binary 10110011 10001111 100001 0 10100 1010010 11110 101101 1000101 101010

Color Harmonies of #B38F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38F21

Black with #B38F21

Text Example


Text Example

White with #B38F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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