Html Css Color HEX #B19025 Sahara

📋 copy color: '#B19025'

red 177 ◦ green 144 ◦ blue 37

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

Shades of Sahara #B19025

Tints of Sahara #B19025

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

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

R = 49.44%
G = 40.22%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B19025 (or 0xB19025) is known color: Sahara. HEX triplet: B1, 90 and 25. RGB value is (177,144,37). Sum of RGB (Red+Green+Blue) = 177+144+37=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B19025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19025 is #4E6FDA. Grayscale: #8E8E8E. Windows color (decimal): -5140443 or 2461873. OLE color: 2461873.

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

Color convert

RGB 177 144 37 -
CMYK 0 0.19 0.79 0.31
HSL 45.86º 0.65% 0.42% -
HSV(B) 45.86º 0.79% 0.69% -
XYZ 28.44 29.43 5.93 -
YUV 141.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 177 144 37 0 0.19 0.79 0.31 45.86 0.65 0.42
Hex B1 90 25 0 13 4F 1F 2E 41 2A
Octal 261 220 45 0 23 117 37 56 101 52
Binary 10110001 10010000 100101 0 10011 1001111 11111 101110 1000001 101010

Color Harmonies of #B19025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19025

Black with #B19025

Text Example


Text Example

White with #B19025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19025; }

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

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

background-color css

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

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

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

border-color css

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

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

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