Html Css Color HEX #B87316 Pirate Gold

📋 copy color: '#B87316'

red 184 ◦ green 115 ◦ blue 22

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

Shades of Pirate Gold #B87316

Tints of Pirate Gold #B87316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 57.32%
G = 35.83%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B87316 (or 0xB87316) is known color: Pirate Gold. HEX triplet: B8, 73 and 16. RGB value is (184,115,22). Sum of RGB (Red+Green+Blue) = 184+115+22=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B87316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87316 is #478CE9. Grayscale: #7D7D7D. Windows color (decimal): -4689130 or 1471416. OLE color: 1471416.

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

Color convert

RGB 184 115 22 -
CMYK 0 0.38 0.88 0.28
HSL 34.44º 0.79% 0.4% -
HSV(B) 34.44º 0.88% 0.72% -
XYZ 26.04 22.51 3.73 -
YUV 125.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 184 115 22 0 0.38 0.88 0.28 34.44 0.79 0.4
Hex B8 73 16 0 26 58 1C 22 4F 28
Octal 270 163 26 0 46 130 34 42 117 50
Binary 10111000 1110011 10110 0 100110 1011000 11100 100010 1001111 101000

Color Harmonies of #B87316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87316

Black with #B87316

Text Example


Text Example

White with #B87316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87316; }

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

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

background-color css

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

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

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

border-color css

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

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

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