Html Css Color HEX #B3971E Sahara

📋 copy color: '#B3971E'

red 179 ◦ green 151 ◦ blue 30

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

Shades of Sahara #B3971E

Tints of Sahara #B3971E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.94%

 BLUE value IS 30 (12.11% from 255) = 8.33%

R = 49.72%
G = 41.94%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3971E (or 0xB3971E) is known color: Sahara. HEX triplet: B3, 97 and 1E. RGB value is (179,151,30). Sum of RGB (Red+Green+Blue) = 179+151+30=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3971E is #4C68E1. Grayscale: #929292. Windows color (decimal): -5007586 or 2004915. OLE color: 2004915.

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

Color convert

RGB 179 151 30 -
CMYK 0 0.16 0.83 0.30
HSL 48.72º 0.71% 0.41% -
HSV(B) 48.72º 0.83% 0.7% -
XYZ 29.89 31.81 5.79 -
YUV 145.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 179 151 30 0 0.16 0.83 0.30 48.72 0.71 0.41
Hex B3 97 1E 0 10 53 1E 31 47 29
Octal 263 227 36 0 20 123 36 61 107 51
Binary 10110011 10010111 11110 0 10000 1010011 11110 110001 1000111 101001

Color Harmonies of #B3971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3971E

Black with #B3971E

Text Example


Text Example

White with #B3971E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3971E; }

 p { color: rgb(179,151,30); }

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

background-color css

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

 a { background-color: rgb(179,151,30); }

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

border-color css

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

 span { border-color: rgb(179,151,30); }

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