Html Css Color HEX #B97314 Pirate Gold

📋 copy color: '#B97314'

red 185 ◦ green 115 ◦ blue 20

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

Shades of Pirate Gold #B97314

Tints of Pirate Gold #B97314

RGB

 RED value IS 185 (72.66% from 255) = 57.81%

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

 BLUE value IS 20 (8.2% from 255) = 6.25%

R = 57.81%
G = 35.94%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B97314 (or 0xB97314) is known color: Pirate Gold. HEX triplet: B9, 73 and 14. RGB value is (185,115,20). Sum of RGB (Red+Green+Blue) = 185+115+20=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B97314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97314 is #468CEB. Grayscale: #7D7D7D. Windows color (decimal): -4623596 or 1340345. OLE color: 1340345.

HSL color Cylindrical-coordinate representation of color #B97314: hue angle of 34.55º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B97314 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 115 20 -
CMYK 0 0.38 0.89 0.27
HSL 34.55º 0.8% 0.4% -
HSV(B) 34.55º 0.89% 0.73% -
XYZ 26.26 22.63 3.64 -
YUV 125.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 185 115 20 0 0.38 0.89 0.27 34.55 0.8 0.4
Hex B9 73 14 0 26 59 1B 23 50 28
Octal 271 163 24 0 46 131 33 43 120 50
Binary 10111001 1110011 10100 0 100110 1011001 11011 100011 1010000 101000

Color Harmonies of #B97314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97314

Black with #B97314

Text Example


Text Example

White with #B97314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97314; }

 p { color: rgb(185,115,20); }

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

background-color css

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

 a { background-color: rgb(185,115,20); }

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

border-color css

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

 span { border-color: rgb(185,115,20); }

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