Html Css Color HEX #B17022 Pirate Gold

📋 copy color: '#B17022'

red 177 ◦ green 112 ◦ blue 34

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

Shades of Pirate Gold #B17022

Tints of Pirate Gold #B17022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

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

R = 54.8%
G = 34.67%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B17022 (or 0xB17022) is known color: Pirate Gold. HEX triplet: B1, 70 and 22. RGB value is (177,112,34). Sum of RGB (Red+Green+Blue) = 177+112+34=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B17022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17022 is #4E8FDD. Grayscale: #7A7A7A. Windows color (decimal): -5148638 or 2257073. OLE color: 2257073.

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

Color convert

RGB 177 112 34 -
CMYK 0 0.37 0.81 0.31
HSL 32.73º 0.68% 0.41% -
HSV(B) 32.73º 0.81% 0.69% -
XYZ 24.21 21.05 4.3 -
YUV 122.54 78.03 166.84 -
System Red Green Blue C M Y K H S L
Decimal 177 112 34 0 0.37 0.81 0.31 32.73 0.68 0.41
Hex B1 70 22 0 25 51 1F 21 44 29
Octal 261 160 42 0 45 121 37 41 104 51
Binary 10110001 1110000 100010 0 100101 1010001 11111 100001 1000100 101001

Color Harmonies of #B17022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17022

Black with #B17022

Text Example


Text Example

White with #B17022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17022; }

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

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

background-color css

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

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

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

border-color css

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

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

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