Html Css Color HEX #B57017 Pirate Gold

📋 copy color: '#B57017'

red 181 ◦ green 112 ◦ blue 23

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

Shades of Pirate Gold #B57017

Tints of Pirate Gold #B57017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.28%

R = 57.28%
G = 35.44%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B57017 (or 0xB57017) is known color: Pirate Gold. HEX triplet: B5, 70 and 17. RGB value is (181,112,23). Sum of RGB (Red+Green+Blue) = 181+112+23=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B57017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57017 is #4A8FE8. Grayscale: #7A7A7A. Windows color (decimal): -4886505 or 1536181. OLE color: 1536181.

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

Color convert

RGB 181 112 23 -
CMYK 0 0.38 0.87 0.29
HSL 33.8º 0.77% 0.4% -
HSV(B) 33.8º 0.87% 0.71% -
XYZ 25 21.47 3.64 -
YUV 122.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 181 112 23 0 0.38 0.87 0.29 33.8 0.77 0.4
Hex B5 70 17 0 26 57 1D 22 4D 28
Octal 265 160 27 0 46 127 35 42 115 50
Binary 10110101 1110000 10111 0 100110 1010111 11101 100010 1001101 101000

Color Harmonies of #B57017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57017

Black with #B57017

Text Example


Text Example

White with #B57017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57017; }

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

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

background-color css

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

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

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

border-color css

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

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

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