Html Css Color HEX #B87223 Pirate Gold

📋 copy color: '#B87223'

red 184 ◦ green 114 ◦ blue 35

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

Shades of Pirate Gold #B87223

Tints of Pirate Gold #B87223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 55.26%
G = 34.23%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B87223 (or 0xB87223) is known color: Pirate Gold. HEX triplet: B8, 72 and 23. RGB value is (184,114,35). Sum of RGB (Red+Green+Blue) = 184+114+35=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B87223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87223 is #478DDC. Grayscale: #7E7E7E. Windows color (decimal): -4689373 or 2323128. OLE color: 2323128.

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

Color convert

RGB 184 114 35 -
CMYK 0 0.38 0.81 0.28
HSL 31.81º 0.68% 0.43% -
HSV(B) 31.81º 0.81% 0.72% -
XYZ 26.09 22.35 4.53 -
YUV 125.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 184 114 35 0 0.38 0.81 0.28 31.81 0.68 0.43
Hex B8 72 23 0 26 51 1C 20 44 2B
Octal 270 162 43 0 46 121 34 40 104 53
Binary 10111000 1110010 100011 0 100110 1010001 11100 100000 1000100 101011

Color Harmonies of #B87223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87223

Black with #B87223

Text Example


Text Example

White with #B87223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87223; }

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

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

background-color css

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

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

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

border-color css

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

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

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