Html Css Color HEX #B87819 Pirate Gold

📋 copy color: '#B87819'

red 184 ◦ green 120 ◦ blue 25

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

Shades of Pirate Gold #B87819

Tints of Pirate Gold #B87819

RGB

 RED value IS 184 (72.27% from 255) = 55.93%

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

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

R = 55.93%
G = 36.47%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B87819 (or 0xB87819) is known color: Pirate Gold. HEX triplet: B8, 78 and 19. RGB value is (184,120,25). Sum of RGB (Red+Green+Blue) = 184+120+25=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B87819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87819 is #4787E6. Grayscale: #808080. Windows color (decimal): -4687847 or 1669304. OLE color: 1669304.

HSL color Cylindrical-coordinate representation of color #B87819: hue angle of 35.85º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B87819 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 120 25 -
CMYK 0 0.35 0.86 0.28
HSL 35.85º 0.76% 0.41% -
HSV(B) 35.85º 0.86% 0.72% -
XYZ 26.66 23.69 4.09 -
YUV 128.31 69.7 167.72 -
System Red Green Blue C M Y K H S L
Decimal 184 120 25 0 0.35 0.86 0.28 35.85 0.76 0.41
Hex B8 78 19 0 23 56 1C 24 4C 29
Octal 270 170 31 0 43 126 34 44 114 51
Binary 10111000 1111000 11001 0 100011 1010110 11100 100100 1001100 101001

Color Harmonies of #B87819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87819

Black with #B87819

Text Example


Text Example

White with #B87819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87819; }

 p { color: rgb(184,120,25); }

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

background-color css

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

 a { background-color: rgb(184,120,25); }

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

border-color css

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

 span { border-color: rgb(184,120,25); }

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