Html Css Color HEX #B87222 Pirate Gold

📋 copy color: '#B87222'

red 184 ◦ green 114 ◦ blue 34

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

Shades of Pirate Gold #B87222

Tints of Pirate Gold #B87222

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

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

R = 55.42%
G = 34.34%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B87222 (or 0xB87222) is known color: Pirate Gold. HEX triplet: B8, 72 and 22. RGB value is (184,114,34). Sum of RGB (Red+Green+Blue) = 184+114+34=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B87222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87222 is #478DDD. Grayscale: #7E7E7E. Windows color (decimal): -4689374 or 2257592. OLE color: 2257592.

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

Color convert

RGB 184 114 34 -
CMYK 0 0.38 0.82 0.28
HSL 32º 0.69% 0.43% -
HSV(B) 32º 0.82% 0.72% -
XYZ 26.07 22.34 4.45 -
YUV 125.81 76.19 169.5 -
System Red Green Blue C M Y K H S L
Decimal 184 114 34 0 0.38 0.82 0.28 32 0.69 0.43
Hex B8 72 22 0 26 52 1C 20 45 2B
Octal 270 162 42 0 46 122 34 40 105 53
Binary 10111000 1110010 100010 0 100110 1010010 11100 100000 1000101 101011

Color Harmonies of #B87222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87222

Black with #B87222

Text Example


Text Example

White with #B87222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87222; }

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

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

background-color css

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

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

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

border-color css

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

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

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