Html Css Color HEX #B56616 Pirate Gold

📋 copy color: '#B56616'

red 181 ◦ green 102 ◦ blue 22

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

Shades of Pirate Gold #B56616

Tints of Pirate Gold #B56616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 59.34%
G = 33.44%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B56616 (or 0xB56616) is known color: Pirate Gold. HEX triplet: B5, 66 and 16. RGB value is (181,102,22). Sum of RGB (Red+Green+Blue) = 181+102+22=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B56616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56616 is #4A99E9. Grayscale: #747474. Windows color (decimal): -4889066 or 1468085. OLE color: 1468085.

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

Color convert

RGB 181 102 22 -
CMYK 0 0.44 0.88 0.29
HSL 30.19º 0.78% 0.4% -
HSV(B) 30.19º 0.88% 0.71% -
XYZ 23.95 19.38 3.24 -
YUV 116.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 181 102 22 0 0.44 0.88 0.29 30.19 0.78 0.4
Hex B5 66 16 0 2C 58 1D 1E 4E 28
Octal 265 146 26 0 54 130 35 36 116 50
Binary 10110101 1100110 10110 0 101100 1011000 11101 11110 1001110 101000

Color Harmonies of #B56616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56616

Black with #B56616

Text Example


Text Example

White with #B56616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56616; }

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

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

background-color css

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

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

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

border-color css

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

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

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