Html Css Color HEX #B19125 Sahara

📋 copy color: '#B19125'

red 177 ◦ green 145 ◦ blue 37

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

Shades of Sahara #B19125

Tints of Sahara #B19125

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.39%

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

R = 49.3%
G = 40.39%
B = 10.31%

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

#B19125 (or 0xB19125) is known color: Sahara. HEX triplet: B1, 91 and 25. RGB value is (177,145,37). Sum of RGB (Red+Green+Blue) = 177+145+37=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B19125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19125 is #4E6EDA. Grayscale: #8E8E8E. Windows color (decimal): -5140187 or 2462129. OLE color: 2462129.

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

Color convert

RGB 177 145 37 -
CMYK 0 0.18 0.79 0.31
HSL 46.29º 0.65% 0.42% -
HSV(B) 46.29º 0.79% 0.69% -
XYZ 28.59 29.73 5.98 -
YUV 142.26 68.6 152.78 -
System Red Green Blue C M Y K H S L
Decimal 177 145 37 0 0.18 0.79 0.31 46.29 0.65 0.42
Hex B1 91 25 0 12 4F 1F 2E 41 2A
Octal 261 221 45 0 22 117 37 56 101 52
Binary 10110001 10010001 100101 0 10010 1001111 11111 101110 1000001 101010

Color Harmonies of #B19125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19125

Black with #B19125

Text Example


Text Example

White with #B19125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19125; }

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

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

background-color css

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

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

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

border-color css

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

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

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