Html Css Color HEX #B9731D Pirate Gold

📋 copy color: '#B9731D'

red 185 ◦ green 115 ◦ blue 29

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

Shades of Pirate Gold #B9731D

Tints of Pirate Gold #B9731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

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

R = 56.23%
G = 34.95%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B9731D (or 0xB9731D) is known color: Pirate Gold. HEX triplet: B9, 73 and 1D. RGB value is (185,115,29). Sum of RGB (Red+Green+Blue) = 185+115+29=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B9731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9731D is #468CE2. Grayscale: #7E7E7E. Windows color (decimal): -4623587 or 1930169. OLE color: 1930169.

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

Color convert

RGB 185 115 29 -
CMYK 0 0.38 0.84 0.27
HSL 33.08º 0.73% 0.42% -
HSV(B) 33.08º 0.84% 0.73% -
XYZ 26.36 22.66 4.15 -
YUV 126.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 185 115 29 0 0.38 0.84 0.27 33.08 0.73 0.42
Hex B9 73 1D 0 26 54 1B 21 49 2A
Octal 271 163 35 0 46 124 33 41 111 52
Binary 10111001 1110011 11101 0 100110 1010100 11011 100001 1001001 101010

Color Harmonies of #B9731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9731D

Black with #B9731D

Text Example


Text Example

White with #B9731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9731D; }

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

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

background-color css

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

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

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

border-color css

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

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

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