Html Css Color HEX #B87828 Pirate Gold

📋 copy color: '#B87828'

red 184 ◦ green 120 ◦ blue 40

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

Shades of Pirate Gold #B87828

Tints of Pirate Gold #B87828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 53.49%
G = 34.88%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B87828 (or 0xB87828) is known color: Pirate Gold. HEX triplet: B8, 78 and 28. RGB value is (184,120,40). Sum of RGB (Red+Green+Blue) = 184+120+40=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B87828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87828 is #4787D7. Grayscale: #828282. Windows color (decimal): -4687832 or 2652344. OLE color: 2652344.

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

Color convert

RGB 184 120 40 -
CMYK 0 0.35 0.78 0.28
HSL 33.33º 0.64% 0.44% -
HSV(B) 33.33º 0.78% 0.72% -
XYZ 26.87 23.78 5.18 -
YUV 130.02 77.2 166.5 -
System Red Green Blue C M Y K H S L
Decimal 184 120 40 0 0.35 0.78 0.28 33.33 0.64 0.44
Hex B8 78 28 0 23 4E 1C 21 40 2C
Octal 270 170 50 0 43 116 34 41 100 54
Binary 10111000 1111000 101000 0 100011 1001110 11100 100001 1000000 101100

Color Harmonies of #B87828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87828

Black with #B87828

Text Example


Text Example

White with #B87828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87828; }

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

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

background-color css

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

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

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

border-color css

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

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

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