Html Css Color HEX #B17323 Pirate Gold

📋 copy color: '#B17323'

red 177 ◦ green 115 ◦ blue 35

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

Shades of Pirate Gold #B17323

Tints of Pirate Gold #B17323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

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

R = 54.13%
G = 35.17%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B17323 (or 0xB17323) is known color: Pirate Gold. HEX triplet: B1, 73 and 23. RGB value is (177,115,35). Sum of RGB (Red+Green+Blue) = 177+115+35=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B17323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17323 is #4E8CDC. Grayscale: #7C7C7C. Windows color (decimal): -5147869 or 2323377. OLE color: 2323377.

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

Color convert

RGB 177 115 35 -
CMYK 0 0.35 0.80 0.31
HSL 33.8º 0.67% 0.42% -
HSV(B) 33.8º 0.8% 0.69% -
XYZ 24.57 21.73 4.49 -
YUV 124.42 77.54 165.5 -
System Red Green Blue C M Y K H S L
Decimal 177 115 35 0 0.35 0.80 0.31 33.8 0.67 0.42
Hex B1 73 23 0 23 50 1F 22 43 2A
Octal 261 163 43 0 43 120 37 42 103 52
Binary 10110001 1110011 100011 0 100011 1010000 11111 100010 1000011 101010

Color Harmonies of #B17323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17323

Black with #B17323

Text Example


Text Example

White with #B17323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17323; }

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

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

background-color css

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

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

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

border-color css

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

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

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