Html Css Color HEX #B19C25 Sahara

📋 copy color: '#B19C25'

red 177 ◦ green 156 ◦ blue 37

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

Shades of Sahara #B19C25

Tints of Sahara #B19C25

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.16%

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

R = 47.84%
G = 42.16%
B = 10%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B19C25 (or 0xB19C25) is known color: Sahara. HEX triplet: B1, 9C and 25. RGB value is (177,156,37). Sum of RGB (Red+Green+Blue) = 177+156+37=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C25 is #4E63DA. Grayscale: #959595. Windows color (decimal): -5137371 or 2464945. OLE color: 2464945.

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

Color convert

RGB 177 156 37 -
CMYK 0 0.12 0.79 0.31
HSL 51º 0.65% 0.42% -
HSV(B) 51º 0.79% 0.69% -
XYZ 30.35 33.26 6.57 -
YUV 148.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 177 156 37 0 0.12 0.79 0.31 51 0.65 0.42
Hex B1 9C 25 0 C 4F 1F 33 41 2A
Octal 261 234 45 0 14 117 37 63 101 52
Binary 10110001 10011100 100101 0 1100 1001111 11111 110011 1000001 101010

Color Harmonies of #B19C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19C25

Black with #B19C25

Text Example


Text Example

White with #B19C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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