Html Css Color HEX #B16615 Golden Brown

📋 copy color: '#B16615'

red 177 ◦ green 102 ◦ blue 21

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

Shades of Golden Brown #B16615

Tints of Golden Brown #B16615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34%

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

R = 59%
G = 34%
B = 7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B16615 (or 0xB16615) is known color: Golden Brown. HEX triplet: B1, 66 and 15. RGB value is (177,102,21). Sum of RGB (Red+Green+Blue) = 177+102+21=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B16615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16615 is #4E99EA. Grayscale: #737373. Windows color (decimal): -5151211 or 1402545. OLE color: 1402545.

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

Color convert

RGB 177 102 21 -
CMYK 0 0.42 0.88 0.31
HSL 31.15º 0.79% 0.39% -
HSV(B) 31.15º 0.88% 0.69% -
XYZ 23.02 18.9 3.15 -
YUV 115.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 177 102 21 0 0.42 0.88 0.31 31.15 0.79 0.39
Hex B1 66 15 0 2A 58 1F 1F 4F 27
Octal 261 146 25 0 52 130 37 37 117 47
Binary 10110001 1100110 10101 0 101010 1011000 11111 11111 1001111 100111

Color Harmonies of #B16615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16615

Black with #B16615

Text Example


Text Example

White with #B16615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16615; }

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

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

background-color css

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

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

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

border-color css

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

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

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