Html Css Color HEX #B87323 Pirate Gold

📋 copy color: '#B87323'

red 184 ◦ green 115 ◦ blue 35

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

Shades of Pirate Gold #B87323

Tints of Pirate Gold #B87323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

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

R = 55.09%
G = 34.43%
B = 10.48%

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

#B87323 (or 0xB87323) is known color: Pirate Gold. HEX triplet: B8, 73 and 23. RGB value is (184,115,35). Sum of RGB (Red+Green+Blue) = 184+115+35=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B87323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87323 is #478CDC. Grayscale: #7E7E7E. Windows color (decimal): -4689117 or 2323384. OLE color: 2323384.

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

Color convert

RGB 184 115 35 -
CMYK 0 0.38 0.81 0.28
HSL 32.21º 0.68% 0.43% -
HSV(B) 32.21º 0.81% 0.72% -
XYZ 26.2 22.57 4.57 -
YUV 126.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 184 115 35 0 0.38 0.81 0.28 32.21 0.68 0.43
Hex B8 73 23 0 26 51 1C 20 44 2B
Octal 270 163 43 0 46 121 34 40 104 53
Binary 10111000 1110011 100011 0 100110 1010001 11100 100000 1000100 101011

Color Harmonies of #B87323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87323

Black with #B87323

Text Example


Text Example

White with #B87323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87323; }

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

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

background-color css

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

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

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

border-color css

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

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

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