Html Css Color HEX #B97020 Pirate Gold

📋 copy color: '#B97020'

red 185 ◦ green 112 ◦ blue 32

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

Shades of Pirate Gold #B97020

Tints of Pirate Gold #B97020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

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

R = 56.23%
G = 34.04%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B97020 (or 0xB97020) is known color: Pirate Gold. HEX triplet: B9, 70 and 20. RGB value is (185,112,32). Sum of RGB (Red+Green+Blue) = 185+112+32=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B97020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97020 is #468FDF. Grayscale: #7D7D7D. Windows color (decimal): -4624352 or 2126009. OLE color: 2126009.

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

Color convert

RGB 185 112 32 -
CMYK 0 0.39 0.83 0.27
HSL 31.37º 0.71% 0.43% -
HSV(B) 31.37º 0.83% 0.73% -
XYZ 26.06 22.01 4.24 -
YUV 124.71 75.68 171 -
System Red Green Blue C M Y K H S L
Decimal 185 112 32 0 0.39 0.83 0.27 31.37 0.71 0.43
Hex B9 70 20 0 27 53 1B 1F 47 2B
Octal 271 160 40 0 47 123 33 37 107 53
Binary 10111001 1110000 100000 0 100111 1010011 11011 11111 1000111 101011

Color Harmonies of #B97020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97020

Black with #B97020

Text Example


Text Example

White with #B97020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97020; }

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

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

background-color css

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

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

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

border-color css

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

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

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