Html Css Color HEX #B16318 Golden Brown

📋 copy color: '#B16318'

red 177 ◦ green 99 ◦ blue 24

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

Shades of Golden Brown #B16318

Tints of Golden Brown #B16318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 59%
G = 33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B16318 (or 0xB16318) is known color: Golden Brown. HEX triplet: B1, 63 and 18. RGB value is (177,99,24). Sum of RGB (Red+Green+Blue) = 177+99+24=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B16318 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16318 is #4E9CE7. Grayscale: #727272. Windows color (decimal): -5151976 or 1598385. OLE color: 1598385.

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

Color convert

RGB 177 99 24 -
CMYK 0 0.44 0.86 0.31
HSL 29.41º 0.76% 0.39% -
HSV(B) 29.41º 0.86% 0.69% -
XYZ 22.76 18.34 3.2 -
YUV 113.77 77.34 173.1 -
System Red Green Blue C M Y K H S L
Decimal 177 99 24 0 0.44 0.86 0.31 29.41 0.76 0.39
Hex B1 63 18 0 2C 56 1F 1D 4C 27
Octal 261 143 30 0 54 126 37 35 114 47
Binary 10110001 1100011 11000 0 101100 1010110 11111 11101 1001100 100111

Color Harmonies of #B16318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16318

Black with #B16318

Text Example


Text Example

White with #B16318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16318; }

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

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

background-color css

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

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

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

border-color css

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

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

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