Html Css Color HEX #B17523 Pirate Gold

📋 copy color: '#B17523'

red 177 ◦ green 117 ◦ blue 35

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

Shades of Pirate Gold #B17523

Tints of Pirate Gold #B17523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.64%

R = 53.8%
G = 35.56%
B = 10.64%

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

#B17523 (or 0xB17523) is known color: Pirate Gold. HEX triplet: B1, 75 and 23. RGB value is (177,117,35). Sum of RGB (Red+Green+Blue) = 177+117+35=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B17523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17523 is #4E8ADC. Grayscale: #7D7D7D. Windows color (decimal): -5147357 or 2323889. OLE color: 2323889.

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

Color convert

RGB 177 117 35 -
CMYK 0 0.34 0.80 0.31
HSL 34.65º 0.67% 0.42% -
HSV(B) 34.65º 0.8% 0.69% -
XYZ 24.8 22.19 4.57 -
YUV 125.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 177 117 35 0 0.34 0.80 0.31 34.65 0.67 0.42
Hex B1 75 23 0 22 50 1F 23 43 2A
Octal 261 165 43 0 42 120 37 43 103 52
Binary 10110001 1110101 100011 0 100010 1010000 11111 100011 1000011 101010

Color Harmonies of #B17523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17523

Black with #B17523

Text Example


Text Example

White with #B17523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17523; }

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

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

background-color css

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

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

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

border-color css

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

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

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