Html Css Color HEX #B56012 Golden Brown

📋 copy color: '#B56012'

red 181 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #B56012

Tints of Golden Brown #B56012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.54%

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

R = 61.36%
G = 32.54%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B56012 (or 0xB56012) is known color: Golden Brown. HEX triplet: B5, 60 and 12. RGB value is (181,96,18). Sum of RGB (Red+Green+Blue) = 181+96+18=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B56012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56012 is #4A9FED. Grayscale: #707070. Windows color (decimal): -4890606 or 1204405. OLE color: 1204405.

HSL color Cylindrical-coordinate representation of color #B56012: hue angle of 28.71º 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 #B56012 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 96 18 -
CMYK 0 0.47 0.90 0.29
HSL 28.71º 0.82% 0.39% -
HSV(B) 28.71º 0.9% 0.71% -
XYZ 23.35 18.23 2.86 -
YUV 112.52 74.66 176.84 -
System Red Green Blue C M Y K H S L
Decimal 181 96 18 0 0.47 0.90 0.29 28.71 0.82 0.39
Hex B5 60 12 0 2F 5A 1D 1D 52 27
Octal 265 140 22 0 57 132 35 35 122 47
Binary 10110101 1100000 10010 0 101111 1011010 11101 11101 1010010 100111

Color Harmonies of #B56012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56012

Black with #B56012

Text Example


Text Example

White with #B56012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56012; }

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

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

background-color css

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

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

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

border-color css

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

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

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