Html Css Color HEX #B37018 Pirate Gold

📋 copy color: '#B37018'

red 179 ◦ green 112 ◦ blue 24

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

Shades of Pirate Gold #B37018

Tints of Pirate Gold #B37018

RGB

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

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

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

R = 56.83%
G = 35.56%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B37018 (or 0xB37018) is known color: Pirate Gold. HEX triplet: B3, 70 and 18. RGB value is (179,112,24). Sum of RGB (Red+Green+Blue) = 179+112+24=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B37018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37018 is #4C8FE7. Grayscale: #7A7A7A. Windows color (decimal): -5017576 or 1601715. OLE color: 1601715.

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

Color convert

RGB 179 112 24 -
CMYK 0 0.37 0.87 0.30
HSL 34.06º 0.76% 0.4% -
HSV(B) 34.06º 0.87% 0.7% -
XYZ 24.55 21.24 3.67 -
YUV 122 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 179 112 24 0 0.37 0.87 0.30 34.06 0.76 0.4
Hex B3 70 18 0 25 57 1E 22 4C 28
Octal 263 160 30 0 45 127 36 42 114 50
Binary 10110011 1110000 11000 0 100101 1010111 11110 100010 1001100 101000

Color Harmonies of #B37018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37018

Black with #B37018

Text Example


Text Example

White with #B37018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37018; }

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

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

background-color css

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

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

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

border-color css

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

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

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