Html Css Color HEX #B37618 Pirate Gold

📋 copy color: '#B37618'

red 179 ◦ green 118 ◦ blue 24

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

Shades of Pirate Gold #B37618

Tints of Pirate Gold #B37618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.48%

R = 55.76%
G = 36.76%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B37618 (or 0xB37618) is known color: Pirate Gold. HEX triplet: B3, 76 and 18. RGB value is (179,118,24). Sum of RGB (Red+Green+Blue) = 179+118+24=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B37618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37618 is #4C89E7. Grayscale: #7D7D7D. Windows color (decimal): -5016040 or 1603251. OLE color: 1603251.

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

Color convert

RGB 179 118 24 -
CMYK 0 0.34 0.87 0.30
HSL 36.39º 0.76% 0.4% -
HSV(B) 36.39º 0.87% 0.7% -
XYZ 25.23 22.61 3.9 -
YUV 125.52 70.71 166.14 -
System Red Green Blue C M Y K H S L
Decimal 179 118 24 0 0.34 0.87 0.30 36.39 0.76 0.4
Hex B3 76 18 0 22 57 1E 24 4C 28
Octal 263 166 30 0 42 127 36 44 114 50
Binary 10110011 1110110 11000 0 100010 1010111 11110 100100 1001100 101000

Color Harmonies of #B37618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37618

Black with #B37618

Text Example


Text Example

White with #B37618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37618; }

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

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

background-color css

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

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

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

border-color css

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

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

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