Html Css Color HEX #B36619 Pirate Gold

📋 copy color: '#B36619'

red 179 ◦ green 102 ◦ blue 25

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

Shades of Pirate Gold #B36619

Tints of Pirate Gold #B36619

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

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

R = 58.5%
G = 33.33%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B36619 (or 0xB36619) is known color: Pirate Gold. HEX triplet: B3, 66 and 19. RGB value is (179,102,25). Sum of RGB (Red+Green+Blue) = 179+102+25=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B36619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36619 is #4C99E6. Grayscale: #747474. Windows color (decimal): -5020135 or 1664691. OLE color: 1664691.

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

Color convert

RGB 179 102 25 -
CMYK 0 0.43 0.86 0.30
HSL 30º 0.75% 0.4% -
HSV(B) 30º 0.86% 0.7% -
XYZ 23.52 19.16 3.38 -
YUV 116.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 179 102 25 0 0.43 0.86 0.30 30 0.75 0.4
Hex B3 66 19 0 2B 56 1E 1E 4B 28
Octal 263 146 31 0 53 126 36 36 113 50
Binary 10110011 1100110 11001 0 101011 1010110 11110 11110 1001011 101000

Color Harmonies of #B36619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36619

Black with #B36619

Text Example


Text Example

White with #B36619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36619; }

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

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

background-color css

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

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

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

border-color css

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

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

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