Html Css Color HEX #B56712 Golden Brown

📋 copy color: '#B56712'

red 181 ◦ green 103 ◦ blue 18

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

Shades of Golden Brown #B56712

Tints of Golden Brown #B56712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 59.93%
G = 34.11%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B56712 (or 0xB56712) is known color: Golden Brown. HEX triplet: B5, 67 and 12. RGB value is (181,103,18). Sum of RGB (Red+Green+Blue) = 181+103+18=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B56712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56712 is #4A98ED. Grayscale: #757575. Windows color (decimal): -4888814 or 1206197. OLE color: 1206197.

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

Color convert

RGB 181 103 18 -
CMYK 0 0.43 0.90 0.29
HSL 31.29º 0.82% 0.39% -
HSV(B) 31.29º 0.9% 0.71% -
XYZ 24.02 19.57 3.08 -
YUV 116.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 181 103 18 0 0.43 0.90 0.29 31.29 0.82 0.39
Hex B5 67 12 0 2B 5A 1D 1F 52 27
Octal 265 147 22 0 53 132 35 37 122 47
Binary 10110101 1100111 10010 0 101011 1011010 11101 11111 1010010 100111

Color Harmonies of #B56712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56712

Black with #B56712

Text Example


Text Example

White with #B56712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56712; }

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

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

background-color css

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

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

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

border-color css

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

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

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