Html Css Color HEX #B97320 Pirate Gold

📋 copy color: '#B97320'

red 185 ◦ green 115 ◦ blue 32

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

Shades of Pirate Gold #B97320

Tints of Pirate Gold #B97320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.64%

R = 55.72%
G = 34.64%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B97320 (or 0xB97320) is known color: Pirate Gold. HEX triplet: B9, 73 and 20. RGB value is (185,115,32). Sum of RGB (Red+Green+Blue) = 185+115+32=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B97320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97320 is #468CDF. Grayscale: #7E7E7E. Windows color (decimal): -4623584 or 2126777. OLE color: 2126777.

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

Color convert

RGB 185 115 32 -
CMYK 0 0.38 0.83 0.27
HSL 32.55º 0.71% 0.43% -
HSV(B) 32.55º 0.83% 0.73% -
XYZ 26.4 22.68 4.35 -
YUV 126.47 74.69 169.75 -
System Red Green Blue C M Y K H S L
Decimal 185 115 32 0 0.38 0.83 0.27 32.55 0.71 0.43
Hex B9 73 20 0 26 53 1B 21 47 2B
Octal 271 163 40 0 46 123 33 41 107 53
Binary 10111001 1110011 100000 0 100110 1010011 11011 100001 1000111 101011

Color Harmonies of #B97320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97320

Black with #B97320

Text Example


Text Example

White with #B97320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97320; }

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

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

background-color css

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

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

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

border-color css

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

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

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