Html Css Color HEX #B16918 Pirate Gold

📋 copy color: '#B16918'

red 177 ◦ green 105 ◦ blue 24

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

Shades of Pirate Gold #B16918

Tints of Pirate Gold #B16918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.31%

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

R = 57.84%
G = 34.31%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B16918 (or 0xB16918) is known color: Pirate Gold. HEX triplet: B1, 69 and 18. RGB value is (177,105,24). Sum of RGB (Red+Green+Blue) = 177+105+24=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B16918 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16918 is #4E96E7. Grayscale: #757575. Windows color (decimal): -5150440 or 1599921. OLE color: 1599921.

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

Color convert

RGB 177 105 24 -
CMYK 0 0.41 0.86 0.31
HSL 31.76º 0.76% 0.39% -
HSV(B) 31.76º 0.86% 0.69% -
XYZ 23.35 19.52 3.4 -
YUV 117.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 177 105 24 0 0.41 0.86 0.31 31.76 0.76 0.39
Hex B1 69 18 0 29 56 1F 20 4C 27
Octal 261 151 30 0 51 126 37 40 114 47
Binary 10110001 1101001 11000 0 101001 1010110 11111 100000 1001100 100111

Color Harmonies of #B16918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16918

Black with #B16918

Text Example


Text Example

White with #B16918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16918; }

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

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

background-color css

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

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

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

border-color css

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

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

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