Html Css Color HEX #B16C18 Pirate Gold

📋 copy color: '#B16C18'

red 177 ◦ green 108 ◦ blue 24

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

Shades of Pirate Gold #B16C18

Tints of Pirate Gold #B16C18

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

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

R = 57.28%
G = 34.95%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B16C18 (or 0xB16C18) is known color: Pirate Gold. HEX triplet: B1, 6C and 18. RGB value is (177,108,24). Sum of RGB (Red+Green+Blue) = 177+108+24=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B16C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16C18 is #4E93E7. Grayscale: #777777. Windows color (decimal): -5149672 or 1600689. OLE color: 1600689.

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

Color convert

RGB 177 108 24 -
CMYK 0 0.39 0.86 0.31
HSL 32.94º 0.76% 0.39% -
HSV(B) 32.94º 0.86% 0.69% -
XYZ 23.66 20.14 3.5 -
YUV 119.06 74.36 169.33 -
System Red Green Blue C M Y K H S L
Decimal 177 108 24 0 0.39 0.86 0.31 32.94 0.76 0.39
Hex B1 6C 18 0 27 56 1F 21 4C 27
Octal 261 154 30 0 47 126 37 41 114 47
Binary 10110001 1101100 11000 0 100111 1010110 11111 100001 1001100 100111

Color Harmonies of #B16C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16C18

Black with #B16C18

Text Example


Text Example

White with #B16C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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