Html Css Color HEX #B87428 Pirate Gold

📋 copy color: '#B87428'

red 184 ◦ green 116 ◦ blue 40

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

Shades of Pirate Gold #B87428

Tints of Pirate Gold #B87428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.12%

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

R = 54.12%
G = 34.12%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B87428 (or 0xB87428) is known color: Pirate Gold. HEX triplet: B8, 74 and 28. RGB value is (184,116,40). Sum of RGB (Red+Green+Blue) = 184+116+40=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B87428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87428 is #478BD7. Grayscale: #808080. Windows color (decimal): -4688856 or 2651320. OLE color: 2651320.

HSL color Cylindrical-coordinate representation of color #B87428: hue angle of 31.67º 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 #B87428 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 116 40 -
CMYK 0 0.37 0.78 0.28
HSL 31.67º 0.64% 0.44% -
HSV(B) 31.67º 0.78% 0.72% -
XYZ 26.4 22.83 5.02 -
YUV 127.67 78.53 168.18 -
System Red Green Blue C M Y K H S L
Decimal 184 116 40 0 0.37 0.78 0.28 31.67 0.64 0.44
Hex B8 74 28 0 25 4E 1C 20 40 2C
Octal 270 164 50 0 45 116 34 40 100 54
Binary 10111000 1110100 101000 0 100101 1001110 11100 100000 1000000 101100

Color Harmonies of #B87428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87428

Black with #B87428

Text Example


Text Example

White with #B87428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87428; }

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

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

background-color css

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

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

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

border-color css

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

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

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