Html Css Color HEX #B07517 Pirate Gold

📋 copy color: '#B07517'

red 176 ◦ green 117 ◦ blue 23

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

Shades of Pirate Gold #B07517

Tints of Pirate Gold #B07517

RGB

 RED value IS 176 (69.14% from 255) = 55.7%

 GREEN value IS 117 (46.09% from 255) = 37.03%

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

R = 55.7%
G = 37.03%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B07517 (or 0xB07517) is known color: Pirate Gold. HEX triplet: B0, 75 and 17. RGB value is (176,117,23). Sum of RGB (Red+Green+Blue) = 176+117+23=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 117 (46.09% from 255 or 37.03% from 316); Blue value is 23 (9.38% from 255 or 7.28% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B07517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07517 is #4F8AE8. Grayscale: #7C7C7C. Windows color (decimal): -5212905 or 1537456. OLE color: 1537456.

HSL color Cylindrical-coordinate representation of color #B07517: hue angle of 36.86º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B07517 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 23 -
CMYK 0 0.34 0.87 0.31
HSL 36.86º 0.77% 0.39% -
HSV(B) 36.86º 0.87% 0.69% -
XYZ 24.42 22.01 3.77 -
YUV 123.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 176 117 23 0 0.34 0.87 0.31 36.86 0.77 0.39
Hex B0 75 17 0 22 57 1F 25 4D 27
Octal 260 165 27 0 42 127 37 45 115 47
Binary 10110000 1110101 10111 0 100010 1010111 11111 100101 1001101 100111

Color Harmonies of #B07517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07517

Black with #B07517

Text Example


Text Example

White with #B07517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07517; }

 p { color: rgb(176,117,23); }

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

background-color css

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

 a { background-color: rgb(176,117,23); }

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

border-color css

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

 span { border-color: rgb(176,117,23); }

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