Html Css Color HEX #B19225 Sahara

📋 copy color: '#B19225'

red 177 ◦ green 146 ◦ blue 37

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

Shades of Sahara #B19225

Tints of Sahara #B19225

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.56%

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

R = 49.17%
G = 40.56%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B19225 (or 0xB19225) is known color: Sahara. HEX triplet: B1, 92 and 25. RGB value is (177,146,37). Sum of RGB (Red+Green+Blue) = 177+146+37=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 146 (57.42% from 255 or 40.56% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B19225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19225 is #4E6DDA. Grayscale: #8F8F8F. Windows color (decimal): -5139931 or 2462385. OLE color: 2462385.

HSL color Cylindrical-coordinate representation of color #B19225: hue angle of 46.71º 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 #B19225 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 146 37 -
CMYK 0 0.18 0.79 0.31
HSL 46.71º 0.65% 0.42% -
HSV(B) 46.71º 0.79% 0.69% -
XYZ 28.74 30.04 6.03 -
YUV 142.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 177 146 37 0 0.18 0.79 0.31 46.71 0.65 0.42
Hex B1 92 25 0 12 4F 1F 2F 41 2A
Octal 261 222 45 0 22 117 37 57 101 52
Binary 10110001 10010010 100101 0 10010 1001111 11111 101111 1000001 101010

Color Harmonies of #B19225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19225

Black with #B19225

Text Example


Text Example

White with #B19225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19225; }

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

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

background-color css

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

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

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

border-color css

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

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

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