Html Css Color HEX #B96715 Pirate Gold

📋 copy color: '#B96715'

red 185 ◦ green 103 ◦ blue 21

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

Shades of Pirate Gold #B96715

Tints of Pirate Gold #B96715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

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

R = 59.87%
G = 33.33%
B = 6.8%

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

#B96715 (or 0xB96715) is known color: Pirate Gold. HEX triplet: B9, 67 and 15. RGB value is (185,103,21). Sum of RGB (Red+Green+Blue) = 185+103+21=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B96715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96715 is #4698EA. Grayscale: #767676. Windows color (decimal): -4626667 or 1402809. OLE color: 1402809.

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

Color convert

RGB 185 103 21 -
CMYK 0 0.44 0.89 0.27
HSL 30º 0.8% 0.4% -
HSV(B) 30º 0.89% 0.73% -
XYZ 24.99 20.07 3.27 -
YUV 118.17 73.17 175.67 -
System Red Green Blue C M Y K H S L
Decimal 185 103 21 0 0.44 0.89 0.27 30 0.8 0.4
Hex B9 67 15 0 2C 59 1B 1E 50 28
Octal 271 147 25 0 54 131 33 36 120 50
Binary 10111001 1100111 10101 0 101100 1011001 11011 11110 1010000 101000

Color Harmonies of #B96715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96715

Black with #B96715

Text Example


Text Example

White with #B96715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96715; }

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

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

background-color css

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

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

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

border-color css

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

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

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