Html Css Color HEX #B17526 Pirate Gold

📋 copy color: '#B17526'

red 177 ◦ green 117 ◦ blue 38

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

Shades of Pirate Gold #B17526

Tints of Pirate Gold #B17526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 38 (15.23% from 255) = 11.45%

R = 53.31%
G = 35.24%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B17526 (or 0xB17526) is known color: Pirate Gold. HEX triplet: B1, 75 and 26. RGB value is (177,117,38). Sum of RGB (Red+Green+Blue) = 177+117+38=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B17526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17526 is #4E8AD9. Grayscale: #7E7E7E. Windows color (decimal): -5147354 or 2520497. OLE color: 2520497.

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

Color convert

RGB 177 117 38 -
CMYK 0 0.34 0.79 0.31
HSL 34.1º 0.65% 0.42% -
HSV(B) 34.1º 0.79% 0.69% -
XYZ 24.84 22.21 4.81 -
YUV 125.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 177 117 38 0 0.34 0.79 0.31 34.1 0.65 0.42
Hex B1 75 26 0 22 4F 1F 22 41 2A
Octal 261 165 46 0 42 117 37 42 101 52
Binary 10110001 1110101 100110 0 100010 1001111 11111 100010 1000001 101010

Color Harmonies of #B17526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17526

Black with #B17526

Text Example


Text Example

White with #B17526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17526; }

 p { color: rgb(177,117,38); }

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

background-color css

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

 a { background-color: rgb(177,117,38); }

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

border-color css

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

 span { border-color: rgb(177,117,38); }

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