Html Css Color HEX #B16315 Golden Brown

📋 copy color: '#B16315'

red 177 ◦ green 99 ◦ blue 21

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

Shades of Golden Brown #B16315

Tints of Golden Brown #B16315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.07%

R = 59.6%
G = 33.33%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B16315 (or 0xB16315) is known color: Golden Brown. HEX triplet: B1, 63 and 15. RGB value is (177,99,21). Sum of RGB (Red+Green+Blue) = 177+99+21=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B16315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16315 is #4E9CEA. Grayscale: #717171. Windows color (decimal): -5151979 or 1401777. OLE color: 1401777.

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

Color convert

RGB 177 99 21 -
CMYK 0 0.44 0.88 0.31
HSL 30º 0.79% 0.39% -
HSV(B) 30º 0.88% 0.69% -
XYZ 22.73 18.32 3.05 -
YUV 113.43 75.84 173.34 -
System Red Green Blue C M Y K H S L
Decimal 177 99 21 0 0.44 0.88 0.31 30 0.79 0.39
Hex B1 63 15 0 2C 58 1F 1E 4F 27
Octal 261 143 25 0 54 130 37 36 117 47
Binary 10110001 1100011 10101 0 101100 1011000 11111 11110 1001111 100111

Color Harmonies of #B16315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16315

Black with #B16315

Text Example


Text Example

White with #B16315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16315; }

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

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

background-color css

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

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

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

border-color css

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

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

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