Html Css Color HEX #B87325 Pirate Gold

📋 copy color: '#B87325'

red 184 ◦ green 115 ◦ blue 37

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

Shades of Pirate Gold #B87325

Tints of Pirate Gold #B87325

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

 BLUE value IS 37 (14.84% from 255) = 11.01%

R = 54.76%
G = 34.23%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B87325 (or 0xB87325) is known color: Pirate Gold. HEX triplet: B8, 73 and 25. RGB value is (184,115,37). Sum of RGB (Red+Green+Blue) = 184+115+37=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B87325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87325 is #478CDA. Grayscale: #7F7F7F. Windows color (decimal): -4689115 or 2454456. OLE color: 2454456.

HSL color Cylindrical-coordinate representation of color #B87325: hue angle of 31.84º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B87325 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 115 37 -
CMYK 0 0.38 0.80 0.28
HSL 31.84º 0.67% 0.43% -
HSV(B) 31.84º 0.8% 0.72% -
XYZ 26.23 22.59 4.73 -
YUV 126.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 184 115 37 0 0.38 0.80 0.28 31.84 0.67 0.43
Hex B8 73 25 0 26 50 1C 20 43 2B
Octal 270 163 45 0 46 120 34 40 103 53
Binary 10111000 1110011 100101 0 100110 1010000 11100 100000 1000011 101011

Color Harmonies of #B87325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87325

Black with #B87325

Text Example


Text Example

White with #B87325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87325; }

 p { color: rgb(184,115,37); }

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

background-color css

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

 a { background-color: rgb(184,115,37); }

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

border-color css

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

 span { border-color: rgb(184,115,37); }

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