Html Css Color HEX #B17322 Pirate Gold

📋 copy color: '#B17322'

red 177 ◦ green 115 ◦ blue 34

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

Shades of Pirate Gold #B17322

Tints of Pirate Gold #B17322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.43%

R = 54.29%
G = 35.28%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B17322 (or 0xB17322) is known color: Pirate Gold. HEX triplet: B1, 73 and 22. RGB value is (177,115,34). Sum of RGB (Red+Green+Blue) = 177+115+34=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B17322 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17322 is #4E8CDD. Grayscale: #7C7C7C. Windows color (decimal): -5147870 or 2257841. OLE color: 2257841.

HSL color Cylindrical-coordinate representation of color #B17322: hue angle of 33.99º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B17322 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 115 34 -
CMYK 0 0.35 0.81 0.31
HSL 33.99º 0.68% 0.41% -
HSV(B) 33.99º 0.81% 0.69% -
XYZ 24.55 21.72 4.41 -
YUV 124.3 77.04 165.59 -
System Red Green Blue C M Y K H S L
Decimal 177 115 34 0 0.35 0.81 0.31 33.99 0.68 0.41
Hex B1 73 22 0 23 51 1F 22 44 29
Octal 261 163 42 0 43 121 37 42 104 51
Binary 10110001 1110011 100010 0 100011 1010001 11111 100010 1000100 101001

Color Harmonies of #B17322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17322

Black with #B17322

Text Example


Text Example

White with #B17322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17322; }

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

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

background-color css

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

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

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

border-color css

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

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

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