Html Css Color HEX #B36D19 Pirate Gold

📋 copy color: '#B36D19'

red 179 ◦ green 109 ◦ blue 25

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

Shades of Pirate Gold #B36D19

Tints of Pirate Gold #B36D19

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 25 (10.16% from 255) = 7.99%

R = 57.19%
G = 34.82%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B36D19 (or 0xB36D19) is known color: Pirate Gold. HEX triplet: B3, 6D and 19. RGB value is (179,109,25). Sum of RGB (Red+Green+Blue) = 179+109+25=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B36D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36D19 is #4C92E6. Grayscale: #787878. Windows color (decimal): -5018343 or 1666483. OLE color: 1666483.

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

Color convert

RGB 179 109 25 -
CMYK 0 0.39 0.86 0.30
HSL 32.73º 0.75% 0.4% -
HSV(B) 32.73º 0.86% 0.7% -
XYZ 24.23 20.59 3.62 -
YUV 120.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 179 109 25 0 0.39 0.86 0.30 32.73 0.75 0.4
Hex B3 6D 19 0 27 56 1E 21 4B 28
Octal 263 155 31 0 47 126 36 41 113 50
Binary 10110011 1101101 11001 0 100111 1010110 11110 100001 1001011 101000

Color Harmonies of #B36D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36D19

Black with #B36D19

Text Example


Text Example

White with #B36D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36D19; }

 p { color: rgb(179,109,25); }

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

background-color css

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

 a { background-color: rgb(179,109,25); }

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

border-color css

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

 span { border-color: rgb(179,109,25); }

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