Html Css Color HEX #B56610 Golden Brown

📋 copy color: '#B56610'

red 181 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #B56610

Tints of Golden Brown #B56610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.35%

R = 60.54%
G = 34.11%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B56610 (or 0xB56610) is known color: Golden Brown. HEX triplet: B5, 66 and 10. RGB value is (181,102,16). Sum of RGB (Red+Green+Blue) = 181+102+16=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B56610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56610 is #4A99EF. Grayscale: #747474. Windows color (decimal): -4889072 or 1074869. OLE color: 1074869.

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

Color convert

RGB 181 102 16 -
CMYK 0 0.44 0.91 0.29
HSL 31.27º 0.84% 0.39% -
HSV(B) 31.27º 0.91% 0.71% -
XYZ 23.9 19.36 2.97 -
YUV 115.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 181 102 16 0 0.44 0.91 0.29 31.27 0.84 0.39
Hex B5 66 10 0 2C 5B 1D 1F 54 27
Octal 265 146 20 0 54 133 35 37 124 47
Binary 10110101 1100110 10000 0 101100 1011011 11101 11111 1010100 100111

Color Harmonies of #B56610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56610

Black with #B56610

Text Example


Text Example

White with #B56610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56610; }

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

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

background-color css

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

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

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

border-color css

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

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

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