Html Css Color HEX #B19325 Sahara

📋 copy color: '#B19325'

red 177 ◦ green 147 ◦ blue 37

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

Shades of Sahara #B19325

Tints of Sahara #B19325

RGB

 RED value IS 177 (69.53% from 255) = 49.03%

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

 BLUE value IS 37 (14.84% from 255) = 10.25%

R = 49.03%
G = 40.72%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B19325 (or 0xB19325) is known color: Sahara. HEX triplet: B1, 93 and 25. RGB value is (177,147,37). Sum of RGB (Red+Green+Blue) = 177+147+37=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B19325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19325 is #4E6CDA. Grayscale: #8F8F8F. Windows color (decimal): -5139675 or 2462641. OLE color: 2462641.

HSL color Cylindrical-coordinate representation of color #B19325: hue angle of 47.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B19325 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 147 37 -
CMYK 0 0.17 0.79 0.31
HSL 47.14º 0.65% 0.42% -
HSV(B) 47.14º 0.79% 0.69% -
XYZ 28.9 30.35 6.08 -
YUV 143.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 177 147 37 0 0.17 0.79 0.31 47.14 0.65 0.42
Hex B1 93 25 0 11 4F 1F 2F 41 2A
Octal 261 223 45 0 21 117 37 57 101 52
Binary 10110001 10010011 100101 0 10001 1001111 11111 101111 1000001 101010

Color Harmonies of #B19325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19325

Black with #B19325

Text Example


Text Example

White with #B19325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19325; }

 p { color: rgb(177,147,37); }

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

background-color css

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

 a { background-color: rgb(177,147,37); }

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

border-color css

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

 span { border-color: rgb(177,147,37); }

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