Html Css Color HEX #B87526 Pirate Gold

📋 copy color: '#B87526'

red 184 ◦ green 117 ◦ blue 38

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

Shades of Pirate Gold #B87526

Tints of Pirate Gold #B87526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.51%

 BLUE value IS 38 (15.23% from 255) = 11.21%

R = 54.28%
G = 34.51%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B87526 (or 0xB87526) is known color: Pirate Gold. HEX triplet: B8, 75 and 26. RGB value is (184,117,38). Sum of RGB (Red+Green+Blue) = 184+117+38=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 38 (15.23% from 255 or 11.21% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B87526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87526 is #478AD9. Grayscale: #808080. Windows color (decimal): -4688602 or 2520504. OLE color: 2520504.

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

Color convert

RGB 184 117 38 -
CMYK 0 0.36 0.79 0.28
HSL 32.47º 0.66% 0.44% -
HSV(B) 32.47º 0.79% 0.72% -
XYZ 26.48 23.05 4.89 -
YUV 128.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 184 117 38 0 0.36 0.79 0.28 32.47 0.66 0.44
Hex B8 75 26 0 24 4F 1C 20 42 2C
Octal 270 165 46 0 44 117 34 40 102 54
Binary 10111000 1110101 100110 0 100100 1001111 11100 100000 1000010 101100

Color Harmonies of #B87526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87526

Black with #B87526

Text Example


Text Example

White with #B87526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87526; }

 p { color: rgb(184,117,38); }

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

background-color css

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

 a { background-color: rgb(184,117,38); }

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

border-color css

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

 span { border-color: rgb(184,117,38); }

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