Html Css Color HEX #B97324 Pirate Gold

📋 copy color: '#B97324'

red 185 ◦ green 115 ◦ blue 36

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

Shades of Pirate Gold #B97324

Tints of Pirate Gold #B97324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 55.06%
G = 34.23%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B97324 (or 0xB97324) is known color: Pirate Gold. HEX triplet: B9, 73 and 24. RGB value is (185,115,36). Sum of RGB (Red+Green+Blue) = 185+115+36=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B97324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97324 is #468CDB. Grayscale: #7F7F7F. Windows color (decimal): -4623580 or 2388921. OLE color: 2388921.

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

Color convert

RGB 185 115 36 -
CMYK 0 0.38 0.81 0.27
HSL 31.81º 0.67% 0.43% -
HSV(B) 31.81º 0.81% 0.73% -
XYZ 26.46 22.7 4.66 -
YUV 126.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 185 115 36 0 0.38 0.81 0.27 31.81 0.67 0.43
Hex B9 73 24 0 26 51 1B 20 43 2B
Octal 271 163 44 0 46 121 33 40 103 53
Binary 10111001 1110011 100100 0 100110 1010001 11011 100000 1000011 101011

Color Harmonies of #B97324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97324

Black with #B97324

Text Example


Text Example

White with #B97324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97324; }

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

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

background-color css

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

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

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

border-color css

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

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

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