Html Css Color HEX #B37818 Pirate Gold

📋 copy color: '#B37818'

red 179 ◦ green 120 ◦ blue 24

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

Shades of Pirate Gold #B37818

Tints of Pirate Gold #B37818

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.15%

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

R = 55.42%
G = 37.15%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B37818 (or 0xB37818) is known color: Pirate Gold. HEX triplet: B3, 78 and 18. RGB value is (179,120,24). Sum of RGB (Red+Green+Blue) = 179+120+24=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B37818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37818 is #4C87E7. Grayscale: #7F7F7F. Windows color (decimal): -5015528 or 1603763. OLE color: 1603763.

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

Color convert

RGB 179 120 24 -
CMYK 0 0.33 0.87 0.30
HSL 37.16º 0.76% 0.4% -
HSV(B) 37.16º 0.87% 0.7% -
XYZ 25.47 23.08 3.98 -
YUV 126.7 70.05 165.31 -
System Red Green Blue C M Y K H S L
Decimal 179 120 24 0 0.33 0.87 0.30 37.16 0.76 0.4
Hex B3 78 18 0 21 57 1E 25 4C 28
Octal 263 170 30 0 41 127 36 45 114 50
Binary 10110011 1111000 11000 0 100001 1010111 11110 100101 1001100 101000

Color Harmonies of #B37818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37818

Black with #B37818

Text Example


Text Example

White with #B37818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37818; }

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

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

background-color css

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

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

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

border-color css

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

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

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