Html Css Color HEX #B56412 Golden Brown

📋 copy color: '#B56412'

red 181 ◦ green 100 ◦ blue 18

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

Shades of Golden Brown #B56412

Tints of Golden Brown #B56412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 60.54%
G = 33.44%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B56412 (or 0xB56412) is known color: Golden Brown. HEX triplet: B5, 64 and 12. RGB value is (181,100,18). Sum of RGB (Red+Green+Blue) = 181+100+18=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B56412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56412 is #4A9BED. Grayscale: #737373. Windows color (decimal): -4889582 or 1205429. OLE color: 1205429.

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

Color convert

RGB 181 100 18 -
CMYK 0 0.45 0.90 0.29
HSL 30.18º 0.82% 0.39% -
HSV(B) 30.18º 0.9% 0.71% -
XYZ 23.72 18.98 2.99 -
YUV 114.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 181 100 18 0 0.45 0.90 0.29 30.18 0.82 0.39
Hex B5 64 12 0 2D 5A 1D 1E 52 27
Octal 265 144 22 0 55 132 35 36 122 47
Binary 10110101 1100100 10010 0 101101 1011010 11101 11110 1010010 100111

Color Harmonies of #B56412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56412

Black with #B56412

Text Example


Text Example

White with #B56412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56412; }

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

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

background-color css

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

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

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

border-color css

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

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

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