Html Css Color HEX #B96D19 Pirate Gold

📋 copy color: '#B96D19'

red 185 ◦ green 109 ◦ blue 25

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

Shades of Pirate Gold #B96D19

Tints of Pirate Gold #B96D19

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 57.99%
G = 34.17%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B96D19 (or 0xB96D19) is known color: Pirate Gold. HEX triplet: B9, 6D and 19. RGB value is (185,109,25). Sum of RGB (Red+Green+Blue) = 185+109+25=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96D19 is #4692E6. Grayscale: #7A7A7A. Windows color (decimal): -4625127 or 1666489. OLE color: 1666489.

HSL color Cylindrical-coordinate representation of color #B96D19: hue angle of 31.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B96D19 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 109 25 -
CMYK 0 0.41 0.86 0.27
HSL 31.5º 0.76% 0.41% -
HSV(B) 31.5º 0.86% 0.73% -
XYZ 25.65 21.32 3.68 -
YUV 122.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 185 109 25 0 0.41 0.86 0.27 31.5 0.76 0.41
Hex B9 6D 19 0 29 56 1B 1F 4C 29
Octal 271 155 31 0 51 126 33 37 114 51
Binary 10111001 1101101 11001 0 101001 1010110 11011 11111 1001100 101001

Color Harmonies of #B96D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D19

Black with #B96D19

Text Example


Text Example

White with #B96D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D19; }

 p { color: rgb(185,109,25); }

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

background-color css

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

 a { background-color: rgb(185,109,25); }

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

border-color css

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

 span { border-color: rgb(185,109,25); }

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