Html Css Color HEX #B96815 Pirate Gold

📋 copy color: '#B96815'

red 185 ◦ green 104 ◦ blue 21

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

Shades of Pirate Gold #B96815

Tints of Pirate Gold #B96815

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 59.68%
G = 33.55%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B96815 (or 0xB96815) is known color: Pirate Gold. HEX triplet: B9, 68 and 15. RGB value is (185,104,21). Sum of RGB (Red+Green+Blue) = 185+104+21=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B96815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96815 is #4697EA. Grayscale: #777777. Windows color (decimal): -4626411 or 1403065. OLE color: 1403065.

HSL color Cylindrical-coordinate representation of color #B96815: hue angle of 30.37º 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 #B96815 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 21 -
CMYK 0 0.44 0.89 0.27
HSL 30.37º 0.8% 0.4% -
HSV(B) 30.37º 0.89% 0.73% -
XYZ 25.09 20.27 3.3 -
YUV 118.76 72.84 175.25 -
System Red Green Blue C M Y K H S L
Decimal 185 104 21 0 0.44 0.89 0.27 30.37 0.8 0.4
Hex B9 68 15 0 2C 59 1B 1E 50 28
Octal 271 150 25 0 54 131 33 36 120 50
Binary 10111001 1101000 10101 0 101100 1011001 11011 11110 1010000 101000

Color Harmonies of #B96815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96815

Black with #B96815

Text Example


Text Example

White with #B96815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96815; }

 p { color: rgb(185,104,21); }

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

background-color css

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

 a { background-color: rgb(185,104,21); }

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

border-color css

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

 span { border-color: rgb(185,104,21); }

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