Html Css Color HEX #B56414 Golden Brown

📋 copy color: '#B56414'

red 181 ◦ green 100 ◦ blue 20

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

Shades of Golden Brown #B56414

Tints of Golden Brown #B56414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 60.13%
G = 33.22%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B56414 (or 0xB56414) is known color: Golden Brown. HEX triplet: B5, 64 and 14. RGB value is (181,100,20). Sum of RGB (Red+Green+Blue) = 181+100+20=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B56414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56414 is #4A9BEB. Grayscale: #737373. Windows color (decimal): -4889580 or 1336501. OLE color: 1336501.

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

Color convert

RGB 181 100 20 -
CMYK 0 0.45 0.89 0.29
HSL 29.81º 0.8% 0.39% -
HSV(B) 29.81º 0.89% 0.71% -
XYZ 23.74 18.99 3.08 -
YUV 115.1 74.34 175 -
System Red Green Blue C M Y K H S L
Decimal 181 100 20 0 0.45 0.89 0.29 29.81 0.8 0.39
Hex B5 64 14 0 2D 59 1D 1E 50 27
Octal 265 144 24 0 55 131 35 36 120 47
Binary 10110101 1100100 10100 0 101101 1011001 11101 11110 1010000 100111

Color Harmonies of #B56414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56414

Black with #B56414

Text Example


Text Example

White with #B56414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56414; }

 p { color: rgb(181,100,20); }

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

background-color css

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

 a { background-color: rgb(181,100,20); }

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

border-color css

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

 span { border-color: rgb(181,100,20); }

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