Html Css Color HEX #B16818 Golden Brown

📋 copy color: '#B16818'

red 177 ◦ green 104 ◦ blue 24

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

Shades of Golden Brown #B16818

Tints of Golden Brown #B16818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.1%

 BLUE value IS 24 (9.77% from 255) = 7.87%

R = 58.03%
G = 34.1%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B16818 (or 0xB16818) is known color: Golden Brown. HEX triplet: B1, 68 and 18. RGB value is (177,104,24). Sum of RGB (Red+Green+Blue) = 177+104+24=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B16818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16818 is #4E97E7. Grayscale: #757575. Windows color (decimal): -5150696 or 1599665. OLE color: 1599665.

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

Color convert

RGB 177 104 24 -
CMYK 0 0.41 0.86 0.31
HSL 31.37º 0.76% 0.39% -
HSV(B) 31.37º 0.86% 0.69% -
XYZ 23.25 19.31 3.37 -
YUV 116.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 177 104 24 0 0.41 0.86 0.31 31.37 0.76 0.39
Hex B1 68 18 0 29 56 1F 1F 4C 27
Octal 261 150 30 0 51 126 37 37 114 47
Binary 10110001 1101000 11000 0 101001 1010110 11111 11111 1001100 100111

Color Harmonies of #B16818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16818

Black with #B16818

Text Example


Text Example

White with #B16818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16818; }

 p { color: rgb(177,104,24); }

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

background-color css

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

 a { background-color: rgb(177,104,24); }

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

border-color css

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

 span { border-color: rgb(177,104,24); }

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