Html Css Color HEX #B56612 Golden Brown

📋 copy color: '#B56612'

red 181 ◦ green 102 ◦ blue 18

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

Shades of Golden Brown #B56612

Tints of Golden Brown #B56612

RGB

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

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

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

R = 60.13%
G = 33.89%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B56612 (or 0xB56612) is known color: Golden Brown. HEX triplet: B5, 66 and 12. RGB value is (181,102,18). Sum of RGB (Red+Green+Blue) = 181+102+18=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B56612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56612 is #4A99ED. Grayscale: #747474. Windows color (decimal): -4889070 or 1205941. OLE color: 1205941.

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

Color convert

RGB 181 102 18 -
CMYK 0 0.44 0.90 0.29
HSL 30.92º 0.82% 0.39% -
HSV(B) 30.92º 0.9% 0.71% -
XYZ 23.92 19.37 3.05 -
YUV 116.05 72.67 174.33 -
System Red Green Blue C M Y K H S L
Decimal 181 102 18 0 0.44 0.90 0.29 30.92 0.82 0.39
Hex B5 66 12 0 2C 5A 1D 1F 52 27
Octal 265 146 22 0 54 132 35 37 122 47
Binary 10110101 1100110 10010 0 101100 1011010 11101 11111 1010010 100111

Color Harmonies of #B56612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56612

Black with #B56612

Text Example


Text Example

White with #B56612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56612; }

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

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

background-color css

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

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

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

border-color css

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

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

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