Html Css Color HEX #B17818 Pirate Gold

📋 copy color: '#B17818'

red 177 ◦ green 120 ◦ blue 24

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

Shades of Pirate Gold #B17818

Tints of Pirate Gold #B17818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.38%

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

R = 55.14%
G = 37.38%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B17818 (or 0xB17818) is known color: Pirate Gold. HEX triplet: B1, 78 and 18. RGB value is (177,120,24). Sum of RGB (Red+Green+Blue) = 177+120+24=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B17818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B17818 is #4E87E7. Grayscale: #7E7E7E. Windows color (decimal): -5146600 or 1603761. OLE color: 1603761.

HSL color Cylindrical-coordinate representation of color #B17818: hue angle of 37.65º 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 #B17818 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 120 24 -
CMYK 0 0.32 0.86 0.31
HSL 37.65º 0.76% 0.39% -
HSV(B) 37.65º 0.86% 0.69% -
XYZ 25.01 22.85 3.96 -
YUV 126.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 177 120 24 0 0.32 0.86 0.31 37.65 0.76 0.39
Hex B1 78 18 0 20 56 1F 26 4C 27
Octal 261 170 30 0 40 126 37 46 114 47
Binary 10110001 1111000 11000 0 100000 1010110 11111 100110 1001100 100111

Color Harmonies of #B17818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17818

Black with #B17818

Text Example


Text Example

White with #B17818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17818; }

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

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

background-color css

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

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

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

border-color css

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

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

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