Html Css Color HEX #B17027 Pirate Gold

📋 copy color: '#B17027'

red 177 ◦ green 112 ◦ blue 39

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

Shades of Pirate Gold #B17027

Tints of Pirate Gold #B17027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.89%

R = 53.96%
G = 34.15%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B17027 (or 0xB17027) is known color: Pirate Gold. HEX triplet: B1, 70 and 27. RGB value is (177,112,39). Sum of RGB (Red+Green+Blue) = 177+112+39=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B17027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17027 is #4E8FD8. Grayscale: #7B7B7B. Windows color (decimal): -5148633 or 2584753. OLE color: 2584753.

HSL color Cylindrical-coordinate representation of color #B17027: hue angle of 31.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B17027 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 112 39 -
CMYK 0 0.37 0.78 0.31
HSL 31.74º 0.64% 0.42% -
HSV(B) 31.74º 0.78% 0.69% -
XYZ 24.29 21.08 4.71 -
YUV 123.11 80.53 166.44 -
System Red Green Blue C M Y K H S L
Decimal 177 112 39 0 0.37 0.78 0.31 31.74 0.64 0.42
Hex B1 70 27 0 25 4E 1F 20 40 2A
Octal 261 160 47 0 45 116 37 40 100 52
Binary 10110001 1110000 100111 0 100101 1001110 11111 100000 1000000 101010

Color Harmonies of #B17027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17027

Black with #B17027

Text Example


Text Example

White with #B17027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17027; }

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

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

background-color css

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

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

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

border-color css

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

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

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