Html Css Color HEX #B96A1D Pirate Gold

📋 copy color: '#B96A1D'

red 185 ◦ green 106 ◦ blue 29

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

Shades of Pirate Gold #B96A1D

Tints of Pirate Gold #B96A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 57.81%
G = 33.13%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B96A1D (or 0xB96A1D) is known color: Pirate Gold. HEX triplet: B9, 6A and 1D. RGB value is (185,106,29). Sum of RGB (Red+Green+Blue) = 185+106+29=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A1D is #4695E2. Grayscale: #797979. Windows color (decimal): -4625891 or 1927865. OLE color: 1927865.

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

Color convert

RGB 185 106 29 -
CMYK 0 0.43 0.84 0.27
HSL 29.62º 0.73% 0.42% -
HSV(B) 29.62º 0.84% 0.73% -
XYZ 25.38 20.71 3.82 -
YUV 120.84 76.17 173.76 -
System Red Green Blue C M Y K H S L
Decimal 185 106 29 0 0.43 0.84 0.27 29.62 0.73 0.42
Hex B9 6A 1D 0 2B 54 1B 1E 49 2A
Octal 271 152 35 0 53 124 33 36 111 52
Binary 10111001 1101010 11101 0 101011 1010100 11011 11110 1001001 101010

Color Harmonies of #B96A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A1D

Black with #B96A1D

Text Example


Text Example

White with #B96A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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