Html Css Color HEX #B37627 Pirate Gold

📋 copy color: '#B37627'

red 179 ◦ green 118 ◦ blue 39

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

Shades of Pirate Gold #B37627

Tints of Pirate Gold #B37627

RGB

 RED value IS 179 (70.31% from 255) = 53.27%

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

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

R = 53.27%
G = 35.12%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B37627 (or 0xB37627) is known color: Pirate Gold. HEX triplet: B3, 76 and 27. RGB value is (179,118,39). Sum of RGB (Red+Green+Blue) = 179+118+39=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B37627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37627 is #4C89D8. Grayscale: #7F7F7F. Windows color (decimal): -5016025 or 2586291. OLE color: 2586291.

HSL color Cylindrical-coordinate representation of color #B37627: hue angle of 33.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B37627 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 118 39 -
CMYK 0 0.34 0.78 0.30
HSL 33.86º 0.64% 0.43% -
HSV(B) 33.86º 0.78% 0.7% -
XYZ 25.44 22.69 4.96 -
YUV 127.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 179 118 39 0 0.34 0.78 0.30 33.86 0.64 0.43
Hex B3 76 27 0 22 4E 1E 22 40 2B
Octal 263 166 47 0 42 116 36 42 100 53
Binary 10110011 1110110 100111 0 100010 1001110 11110 100010 1000000 101011

Color Harmonies of #B37627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37627

Black with #B37627

Text Example


Text Example

White with #B37627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37627; }

 p { color: rgb(179,118,39); }

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

background-color css

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

 a { background-color: rgb(179,118,39); }

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

border-color css

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

 span { border-color: rgb(179,118,39); }

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