Html Css Color HEX #B96A19 Pirate Gold

📋 copy color: '#B96A19'

red 185 ◦ green 106 ◦ blue 25

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

Shades of Pirate Gold #B96A19

Tints of Pirate Gold #B96A19

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

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

R = 58.54%
G = 33.54%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B96A19 (or 0xB96A19) is known color: Pirate Gold. HEX triplet: B9, 6A and 19. RGB value is (185,106,25). Sum of RGB (Red+Green+Blue) = 185+106+25=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A19 is #4695E6. Grayscale: #787878. Windows color (decimal): -4625895 or 1665721. OLE color: 1665721.

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

Color convert

RGB 185 106 25 -
CMYK 0 0.43 0.86 0.27
HSL 30.38º 0.76% 0.41% -
HSV(B) 30.38º 0.86% 0.73% -
XYZ 25.34 20.69 3.58 -
YUV 120.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 185 106 25 0 0.43 0.86 0.27 30.38 0.76 0.41
Hex B9 6A 19 0 2B 56 1B 1E 4C 29
Octal 271 152 31 0 53 126 33 36 114 51
Binary 10111001 1101010 11001 0 101011 1010110 11011 11110 1001100 101001

Color Harmonies of #B96A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A19

Black with #B96A19

Text Example


Text Example

White with #B96A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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