Html Css Color HEX #B87122 Pirate Gold

📋 copy color: '#B87122'

red 184 ◦ green 113 ◦ blue 34

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

Shades of Pirate Gold #B87122

Tints of Pirate Gold #B87122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.14%

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

R = 55.59%
G = 34.14%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B87122 (or 0xB87122) is known color: Pirate Gold. HEX triplet: B8, 71 and 22. RGB value is (184,113,34). Sum of RGB (Red+Green+Blue) = 184+113+34=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 34 (13.67% from 255 or 10.27% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B87122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87122 is #478EDD. Grayscale: #7D7D7D. Windows color (decimal): -4689630 or 2257336. OLE color: 2257336.

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

Color convert

RGB 184 113 34 -
CMYK 0 0.39 0.82 0.28
HSL 31.6º 0.69% 0.43% -
HSV(B) 31.6º 0.82% 0.72% -
XYZ 25.96 22.12 4.41 -
YUV 125.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 184 113 34 0 0.39 0.82 0.28 31.6 0.69 0.43
Hex B8 71 22 0 27 52 1C 20 45 2B
Octal 270 161 42 0 47 122 34 40 105 53
Binary 10111000 1110001 100010 0 100111 1010010 11100 100000 1000101 101011

Color Harmonies of #B87122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87122

Black with #B87122

Text Example


Text Example

White with #B87122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87122; }

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

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

background-color css

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

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

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

border-color css

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

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

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