Html Css Color HEX #B17315 Pirate Gold

📋 copy color: '#B17315'

red 177 ◦ green 115 ◦ blue 21

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

Shades of Pirate Gold #B17315

Tints of Pirate Gold #B17315

RGB

 RED value IS 177 (69.53% from 255) = 56.55%

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

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

R = 56.55%
G = 36.74%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B17315 (or 0xB17315) is known color: Pirate Gold. HEX triplet: B1, 73 and 15. RGB value is (177,115,21). Sum of RGB (Red+Green+Blue) = 177+115+21=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B17315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17315 is #4E8CEA. Grayscale: #7B7B7B. Windows color (decimal): -5147883 or 1405873. OLE color: 1405873.

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

Color convert

RGB 177 115 21 -
CMYK 0 0.35 0.88 0.31
HSL 36.15º 0.79% 0.39% -
HSV(B) 36.15º 0.88% 0.69% -
XYZ 24.4 21.66 3.6 -
YUV 122.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 177 115 21 0 0.35 0.88 0.31 36.15 0.79 0.39
Hex B1 73 15 0 23 58 1F 24 4F 27
Octal 261 163 25 0 43 130 37 44 117 47
Binary 10110001 1110011 10101 0 100011 1011000 11111 100100 1001111 100111

Color Harmonies of #B17315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17315

Black with #B17315

Text Example


Text Example

White with #B17315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17315; }

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

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

background-color css

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

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

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

border-color css

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

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

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