Html Css Color HEX #B36819 Pirate Gold

📋 copy color: '#B36819'

red 179 ◦ green 104 ◦ blue 25

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

Shades of Pirate Gold #B36819

Tints of Pirate Gold #B36819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

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

R = 58.12%
G = 33.77%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B36819 (or 0xB36819) is known color: Pirate Gold. HEX triplet: B3, 68 and 19. RGB value is (179,104,25). Sum of RGB (Red+Green+Blue) = 179+104+25=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B36819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36819 is #4C97E6. Grayscale: #757575. Windows color (decimal): -5019623 or 1665203. OLE color: 1665203.

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

Color convert

RGB 179 104 25 -
CMYK 0 0.42 0.86 0.30
HSL 30.78º 0.75% 0.4% -
HSV(B) 30.78º 0.86% 0.7% -
XYZ 23.72 19.55 3.44 -
YUV 117.42 75.85 171.92 -
System Red Green Blue C M Y K H S L
Decimal 179 104 25 0 0.42 0.86 0.30 30.78 0.75 0.4
Hex B3 68 19 0 2A 56 1E 1F 4B 28
Octal 263 150 31 0 52 126 36 37 113 50
Binary 10110011 1101000 11001 0 101010 1010110 11110 11111 1001011 101000

Color Harmonies of #B36819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36819

Black with #B36819

Text Example


Text Example

White with #B36819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36819; }

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

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

background-color css

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

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

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

border-color css

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

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

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