Html Css Color HEX #B57015 Pirate Gold

📋 copy color: '#B57015'

red 181 ◦ green 112 ◦ blue 21

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

Shades of Pirate Gold #B57015

Tints of Pirate Gold #B57015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 57.64%
G = 35.67%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B57015 (or 0xB57015) is known color: Pirate Gold. HEX triplet: B5, 70 and 15. RGB value is (181,112,21). Sum of RGB (Red+Green+Blue) = 181+112+21=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B57015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57015 is #4A8FEA. Grayscale: #7A7A7A. Windows color (decimal): -4886507 or 1405109. OLE color: 1405109.

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

Color convert

RGB 181 112 21 -
CMYK 0 0.38 0.88 0.29
HSL 34.13º 0.79% 0.4% -
HSV(B) 34.13º 0.88% 0.71% -
XYZ 24.99 21.47 3.54 -
YUV 122.26 70.86 169.9 -
System Red Green Blue C M Y K H S L
Decimal 181 112 21 0 0.38 0.88 0.29 34.13 0.79 0.4
Hex B5 70 15 0 26 58 1D 22 4F 28
Octal 265 160 25 0 46 130 35 42 117 50
Binary 10110101 1110000 10101 0 100110 1011000 11101 100010 1001111 101000

Color Harmonies of #B57015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57015

Black with #B57015

Text Example


Text Example

White with #B57015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57015; }

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

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

background-color css

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

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

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

border-color css

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

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

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