Html Css Color HEX #B16219 Golden Brown

📋 copy color: '#B16219'

red 177 ◦ green 98 ◦ blue 25

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

Shades of Golden Brown #B16219

Tints of Golden Brown #B16219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

 BLUE value IS 25 (10.16% from 255) = 8.33%

R = 59%
G = 32.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B16219 (or 0xB16219) is known color: Golden Brown. HEX triplet: B1, 62 and 19. RGB value is (177,98,25). Sum of RGB (Red+Green+Blue) = 177+98+25=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B16219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16219 is #4E9DE6. Grayscale: #717171. Windows color (decimal): -5152231 or 1663665. OLE color: 1663665.

HSL color Cylindrical-coordinate representation of color #B16219: hue angle of 28.82º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B16219 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 98 25 -
CMYK 0 0.45 0.86 0.31
HSL 28.82º 0.75% 0.4% -
HSV(B) 28.82º 0.86% 0.69% -
XYZ 22.67 18.15 3.23 -
YUV 113.3 78.17 173.44 -
System Red Green Blue C M Y K H S L
Decimal 177 98 25 0 0.45 0.86 0.31 28.82 0.75 0.4
Hex B1 62 19 0 2D 56 1F 1D 4B 28
Octal 261 142 31 0 55 126 37 35 113 50
Binary 10110001 1100010 11001 0 101101 1010110 11111 11101 1001011 101000

Color Harmonies of #B16219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16219

Black with #B16219

Text Example


Text Example

White with #B16219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16219; }

 p { color: rgb(177,98,25); }

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

background-color css

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

 a { background-color: rgb(177,98,25); }

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

border-color css

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

 span { border-color: rgb(177,98,25); }

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