Html Css Color HEX #B97329 Pirate Gold

📋 copy color: '#B97329'

red 185 ◦ green 115 ◦ blue 41

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

Shades of Pirate Gold #B97329

Tints of Pirate Gold #B97329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.02%

R = 54.25%
G = 33.72%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B97329 (or 0xB97329) is known color: Pirate Gold. HEX triplet: B9, 73 and 29. RGB value is (185,115,41). Sum of RGB (Red+Green+Blue) = 185+115+41=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B97329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97329 is #468CD6. Grayscale: #7F7F7F. Windows color (decimal): -4623575 or 2716601. OLE color: 2716601.

HSL color Cylindrical-coordinate representation of color #B97329: hue angle of 30.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B97329 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 115 41 -
CMYK 0 0.38 0.78 0.27
HSL 30.83º 0.64% 0.44% -
HSV(B) 30.83º 0.78% 0.73% -
XYZ 26.54 22.74 5.09 -
YUV 127.49 79.19 169.02 -
System Red Green Blue C M Y K H S L
Decimal 185 115 41 0 0.38 0.78 0.27 30.83 0.64 0.44
Hex B9 73 29 0 26 4E 1B 1F 40 2C
Octal 271 163 51 0 46 116 33 37 100 54
Binary 10111001 1110011 101001 0 100110 1001110 11011 11111 1000000 101100

Color Harmonies of #B97329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97329

Black with #B97329

Text Example


Text Example

White with #B97329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97329; }

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

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

background-color css

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

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

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

border-color css

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

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

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