Html Css Color HEX #B17624 Pirate Gold

📋 copy color: '#B17624'

red 177 ◦ green 118 ◦ blue 36

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

Shades of Pirate Gold #B17624

Tints of Pirate Gold #B17624

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.65%

 BLUE value IS 36 (14.45% from 255) = 10.88%

R = 53.47%
G = 35.65%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B17624 (or 0xB17624) is known color: Pirate Gold. HEX triplet: B1, 76 and 24. RGB value is (177,118,36). Sum of RGB (Red+Green+Blue) = 177+118+36=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B17624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17624 is #4E89DB. Grayscale: #7E7E7E. Windows color (decimal): -5147100 or 2389681. OLE color: 2389681.

HSL color Cylindrical-coordinate representation of color #B17624: hue angle of 34.89º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B17624 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 118 36 -
CMYK 0 0.33 0.80 0.31
HSL 34.89º 0.66% 0.42% -
HSV(B) 34.89º 0.8% 0.69% -
XYZ 24.93 22.43 4.68 -
YUV 126.29 77.05 164.17 -
System Red Green Blue C M Y K H S L
Decimal 177 118 36 0 0.33 0.80 0.31 34.89 0.66 0.42
Hex B1 76 24 0 21 50 1F 23 42 2A
Octal 261 166 44 0 41 120 37 43 102 52
Binary 10110001 1110110 100100 0 100001 1010000 11111 100011 1000010 101010

Color Harmonies of #B17624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17624

Black with #B17624

Text Example


Text Example

White with #B17624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17624; }

 p { color: rgb(177,118,36); }

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

background-color css

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

 a { background-color: rgb(177,118,36); }

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

border-color css

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

 span { border-color: rgb(177,118,36); }

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