Html Css Color HEX #B17418 Pirate Gold

📋 copy color: '#B17418'

red 177 ◦ green 116 ◦ blue 24

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

Shades of Pirate Gold #B17418

Tints of Pirate Gold #B17418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.59%

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 55.84%
G = 36.59%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B17418 (or 0xB17418) is known color: Pirate Gold. HEX triplet: B1, 74 and 18. RGB value is (177,116,24). Sum of RGB (Red+Green+Blue) = 177+116+24=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B17418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17418 is #4E8BE7. Grayscale: #7C7C7C. Windows color (decimal): -5147624 or 1602737. OLE color: 1602737.

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

Color convert

RGB 177 116 24 -
CMYK 0 0.34 0.86 0.31
HSL 36.08º 0.76% 0.39% -
HSV(B) 36.08º 0.86% 0.69% -
XYZ 24.54 21.9 3.8 -
YUV 123.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 177 116 24 0 0.34 0.86 0.31 36.08 0.76 0.39
Hex B1 74 18 0 22 56 1F 24 4C 27
Octal 261 164 30 0 42 126 37 44 114 47
Binary 10110001 1110100 11000 0 100010 1010110 11111 100100 1001100 100111

Color Harmonies of #B17418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17418

Black with #B17418

Text Example


Text Example

White with #B17418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17418; }

 p { color: rgb(177,116,24); }

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

background-color css

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

 a { background-color: rgb(177,116,24); }

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

border-color css

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

 span { border-color: rgb(177,116,24); }

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