Html Css Color HEX #B57316 Pirate Gold

📋 copy color: '#B57316'

red 181 ◦ green 115 ◦ blue 22

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

Shades of Pirate Gold #B57316

Tints of Pirate Gold #B57316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

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

R = 56.92%
G = 36.16%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B57316 (or 0xB57316) is known color: Pirate Gold. HEX triplet: B5, 73 and 16. RGB value is (181,115,22). Sum of RGB (Red+Green+Blue) = 181+115+22=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B57316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57316 is #4A8CE9. Grayscale: #7C7C7C. Windows color (decimal): -4885738 or 1471413. OLE color: 1471413.

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

Color convert

RGB 181 115 22 -
CMYK 0 0.36 0.88 0.29
HSL 35.09º 0.78% 0.4% -
HSV(B) 35.09º 0.88% 0.71% -
XYZ 25.33 22.14 3.7 -
YUV 124.13 70.37 168.56 -
System Red Green Blue C M Y K H S L
Decimal 181 115 22 0 0.36 0.88 0.29 35.09 0.78 0.4
Hex B5 73 16 0 24 58 1D 23 4E 28
Octal 265 163 26 0 44 130 35 43 116 50
Binary 10110101 1110011 10110 0 100100 1011000 11101 100011 1001110 101000

Color Harmonies of #B57316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57316

Black with #B57316

Text Example


Text Example

White with #B57316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57316; }

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

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

background-color css

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

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

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

border-color css

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

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

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