Html Css Color HEX #B17622 Pirate Gold

📋 copy color: '#B17622'

red 177 ◦ green 118 ◦ blue 34

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

Shades of Pirate Gold #B17622

Tints of Pirate Gold #B17622

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

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

R = 53.8%
G = 35.87%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B17622 (or 0xB17622) is known color: Pirate Gold. HEX triplet: B1, 76 and 22. RGB value is (177,118,34). Sum of RGB (Red+Green+Blue) = 177+118+34=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B17622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17622 is #4E89DD. Grayscale: #7E7E7E. Windows color (decimal): -5147102 or 2258609. OLE color: 2258609.

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

Color convert

RGB 177 118 34 -
CMYK 0 0.33 0.81 0.31
HSL 35.24º 0.68% 0.41% -
HSV(B) 35.24º 0.81% 0.69% -
XYZ 24.9 22.42 4.53 -
YUV 126.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 177 118 34 0 0.33 0.81 0.31 35.24 0.68 0.41
Hex B1 76 22 0 21 51 1F 23 44 29
Octal 261 166 42 0 41 121 37 43 104 51
Binary 10110001 1110110 100010 0 100001 1010001 11111 100011 1000100 101001

Color Harmonies of #B17622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17622

Black with #B17622

Text Example


Text Example

White with #B17622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17622; }

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

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

background-color css

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

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

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

border-color css

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

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

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