Html Css Color HEX #B57216 Pirate Gold

📋 copy color: '#B57216'

red 181 ◦ green 114 ◦ blue 22

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

Shades of Pirate Gold #B57216

Tints of Pirate Gold #B57216

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.96%

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

R = 57.1%
G = 35.96%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B57216 (or 0xB57216) is known color: Pirate Gold. HEX triplet: B5, 72 and 16. RGB value is (181,114,22). Sum of RGB (Red+Green+Blue) = 181+114+22=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B57216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57216 is #4A8DE9. Grayscale: #7B7B7B. Windows color (decimal): -4885994 or 1471157. OLE color: 1471157.

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

Color convert

RGB 181 114 22 -
CMYK 0 0.37 0.88 0.29
HSL 34.72º 0.78% 0.4% -
HSV(B) 34.72º 0.88% 0.71% -
XYZ 25.22 21.92 3.66 -
YUV 123.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 181 114 22 0 0.37 0.88 0.29 34.72 0.78 0.4
Hex B5 72 16 0 25 58 1D 23 4E 28
Octal 265 162 26 0 45 130 35 43 116 50
Binary 10110101 1110010 10110 0 100101 1011000 11101 100011 1001110 101000

Color Harmonies of #B57216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57216

Black with #B57216

Text Example


Text Example

White with #B57216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57216; }

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

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

background-color css

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

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

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

border-color css

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

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

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