Html Css Color HEX #B57315 Pirate Gold

📋 copy color: '#B57315'

red 181 ◦ green 115 ◦ blue 21

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

Shades of Pirate Gold #B57315

Tints of Pirate Gold #B57315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.62%

R = 57.1%
G = 36.28%
B = 6.62%

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

#B57315 (or 0xB57315) is known color: Pirate Gold. HEX triplet: B5, 73 and 15. RGB value is (181,115,21). Sum of RGB (Red+Green+Blue) = 181+115+21=317 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.10% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 181 - color contains mainly: red. Hex color #B57315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57315 is #4A8CEA. Grayscale: #7C7C7C. Windows color (decimal): -4885739 or 1405877. OLE color: 1405877.

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

Color convert

RGB 181 115 21 -
CMYK 0 0.36 0.88 0.29
HSL 35.25º 0.79% 0.4% -
HSV(B) 35.25º 0.88% 0.71% -
XYZ 25.32 22.14 3.65 -
YUV 124.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 181 115 21 0 0.36 0.88 0.29 35.25 0.79 0.4
Hex B5 73 15 0 24 58 1D 23 4F 28
Octal 265 163 25 0 44 130 35 43 117 50
Binary 10110101 1110011 10101 0 100100 1011000 11101 100011 1001111 101000

Color Harmonies of #B57315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57315

Black with #B57315

Text Example


Text Example

White with #B57315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57315; }

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

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

background-color css

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

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

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

border-color css

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

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

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