Html Css Color HEX #B17524 Pirate Gold

📋 copy color: '#B17524'

red 177 ◦ green 117 ◦ blue 36

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

Shades of Pirate Gold #B17524

Tints of Pirate Gold #B17524

RGB

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

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

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

R = 53.64%
G = 35.45%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B17524 (or 0xB17524) is known color: Pirate Gold. HEX triplet: B1, 75 and 24. RGB value is (177,117,36). Sum of RGB (Red+Green+Blue) = 177+117+36=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B17524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17524 is #4E8ADB. Grayscale: #7E7E7E. Windows color (decimal): -5147356 or 2389425. OLE color: 2389425.

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

Color convert

RGB 177 117 36 -
CMYK 0 0.34 0.80 0.31
HSL 34.47º 0.66% 0.42% -
HSV(B) 34.47º 0.8% 0.69% -
XYZ 24.81 22.2 4.65 -
YUV 125.71 77.38 164.59 -
System Red Green Blue C M Y K H S L
Decimal 177 117 36 0 0.34 0.80 0.31 34.47 0.66 0.42
Hex B1 75 24 0 22 50 1F 22 42 2A
Octal 261 165 44 0 42 120 37 42 102 52
Binary 10110001 1110101 100100 0 100010 1010000 11111 100010 1000010 101010

Color Harmonies of #B17524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17524

Black with #B17524

Text Example


Text Example

White with #B17524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17524; }

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

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

background-color css

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

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

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

border-color css

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

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

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