Html Css Color HEX #B56918 Pirate Gold

📋 copy color: '#B56918'

red 181 ◦ green 105 ◦ blue 24

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

Shades of Pirate Gold #B56918

Tints of Pirate Gold #B56918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.87%

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 58.39%
G = 33.87%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B56918 (or 0xB56918) is known color: Pirate Gold. HEX triplet: B5, 69 and 18. RGB value is (181,105,24). Sum of RGB (Red+Green+Blue) = 181+105+24=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B56918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56918 is #4A96E7. Grayscale: #767676. Windows color (decimal): -4888296 or 1599925. OLE color: 1599925.

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

Color convert

RGB 181 105 24 -
CMYK 0 0.42 0.87 0.29
HSL 30.96º 0.77% 0.4% -
HSV(B) 30.96º 0.87% 0.71% -
XYZ 24.27 19.99 3.44 -
YUV 118.49 74.68 172.59 -
System Red Green Blue C M Y K H S L
Decimal 181 105 24 0 0.42 0.87 0.29 30.96 0.77 0.4
Hex B5 69 18 0 2A 57 1D 1F 4D 28
Octal 265 151 30 0 52 127 35 37 115 50
Binary 10110101 1101001 11000 0 101010 1010111 11101 11111 1001101 101000

Color Harmonies of #B56918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56918

Black with #B56918

Text Example


Text Example

White with #B56918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56918; }

 p { color: rgb(181,105,24); }

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

background-color css

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

 a { background-color: rgb(181,105,24); }

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

border-color css

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

 span { border-color: rgb(181,105,24); }

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