Html Css Color HEX #B56110 Golden Brown

📋 copy color: '#B56110'

red 181 ◦ green 97 ◦ blue 16

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

Shades of Golden Brown #B56110

Tints of Golden Brown #B56110

RGB

 RED value IS 181 (71.09% from 255) = 61.56%

 GREEN value IS 97 (38.28% from 255) = 32.99%

 BLUE value IS 16 (6.64% from 255) = 5.44%

R = 61.56%
G = 32.99%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B56110 (or 0xB56110) is known color: Golden Brown. HEX triplet: B5, 61 and 10. RGB value is (181,97,16). Sum of RGB (Red+Green+Blue) = 181+97+16=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B56110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56110 is #4A9EEF. Grayscale: #717171. Windows color (decimal): -4890352 or 1073589. OLE color: 1073589.

HSL color Cylindrical-coordinate representation of color #B56110: hue angle of 29.45º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B56110 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 97 16 -
CMYK 0 0.46 0.91 0.29
HSL 29.45º 0.84% 0.39% -
HSV(B) 29.45º 0.91% 0.71% -
XYZ 23.42 18.41 2.81 -
YUV 112.88 73.33 176.59 -
System Red Green Blue C M Y K H S L
Decimal 181 97 16 0 0.46 0.91 0.29 29.45 0.84 0.39
Hex B5 61 10 0 2E 5B 1D 1D 54 27
Octal 265 141 20 0 56 133 35 35 124 47
Binary 10110101 1100001 10000 0 101110 1011011 11101 11101 1010100 100111

Color Harmonies of #B56110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56110

Black with #B56110

Text Example


Text Example

White with #B56110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56110; }

 p { color: rgb(181,97,16); }

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

background-color css

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

 a { background-color: rgb(181,97,16); }

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

border-color css

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

 span { border-color: rgb(181,97,16); }

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