Html Css Color HEX #B87625 Pirate Gold

📋 copy color: '#B87625'

red 184 ◦ green 118 ◦ blue 37

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

Shades of Pirate Gold #B87625

Tints of Pirate Gold #B87625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

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

R = 54.28%
G = 34.81%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B87625 (or 0xB87625) is known color: Pirate Gold. HEX triplet: B8, 76 and 25. RGB value is (184,118,37). Sum of RGB (Red+Green+Blue) = 184+118+37=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B87625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87625 is #4789DA. Grayscale: #808080. Windows color (decimal): -4688347 or 2455224. OLE color: 2455224.

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

Color convert

RGB 184 118 37 -
CMYK 0 0.36 0.80 0.28
HSL 33.06º 0.67% 0.43% -
HSV(B) 33.06º 0.8% 0.72% -
XYZ 26.58 23.28 4.84 -
YUV 128.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 184 118 37 0 0.36 0.80 0.28 33.06 0.67 0.43
Hex B8 76 25 0 24 50 1C 21 43 2B
Octal 270 166 45 0 44 120 34 41 103 53
Binary 10111000 1110110 100101 0 100100 1010000 11100 100001 1000011 101011

Color Harmonies of #B87625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87625

Black with #B87625

Text Example


Text Example

White with #B87625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87625; }

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

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

background-color css

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

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

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

border-color css

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

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

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