Html Css Color HEX #B87522 Pirate Gold

📋 copy color: '#B87522'

red 184 ◦ green 117 ◦ blue 34

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

Shades of Pirate Gold #B87522

Tints of Pirate Gold #B87522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.15%

R = 54.93%
G = 34.93%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B87522 (or 0xB87522) is known color: Pirate Gold. HEX triplet: B8, 75 and 22. RGB value is (184,117,34). Sum of RGB (Red+Green+Blue) = 184+117+34=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B87522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87522 is #478ADD. Grayscale: #7F7F7F. Windows color (decimal): -4688606 or 2258360. OLE color: 2258360.

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

Color convert

RGB 184 117 34 -
CMYK 0 0.36 0.82 0.28
HSL 33.2º 0.69% 0.43% -
HSV(B) 33.2º 0.82% 0.72% -
XYZ 26.42 23.03 4.57 -
YUV 127.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 184 117 34 0 0.36 0.82 0.28 33.2 0.69 0.43
Hex B8 75 22 0 24 52 1C 21 45 2B
Octal 270 165 42 0 44 122 34 41 105 53
Binary 10111000 1110101 100010 0 100100 1010010 11100 100001 1000101 101011

Color Harmonies of #B87522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87522

Black with #B87522

Text Example


Text Example

White with #B87522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87522; }

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

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

background-color css

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

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

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

border-color css

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

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

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