Html Css Color HEX #B97119 Pirate Gold

📋 copy color: '#B97119'

red 185 ◦ green 113 ◦ blue 25

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

Shades of Pirate Gold #B97119

Tints of Pirate Gold #B97119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 57.28%
G = 34.98%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B97119 (or 0xB97119) is known color: Pirate Gold. HEX triplet: B9, 71 and 19. RGB value is (185,113,25). Sum of RGB (Red+Green+Blue) = 185+113+25=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B97119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97119 is #468EE6. Grayscale: #7C7C7C. Windows color (decimal): -4624103 or 1667513. OLE color: 1667513.

HSL color Cylindrical-coordinate representation of color #B97119: hue angle of 33º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B97119 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 113 25 -
CMYK 0 0.39 0.86 0.27
HSL 33º 0.76% 0.41% -
HSV(B) 33º 0.86% 0.73% -
XYZ 26.09 22.19 3.83 -
YUV 124.5 71.85 171.16 -
System Red Green Blue C M Y K H S L
Decimal 185 113 25 0 0.39 0.86 0.27 33 0.76 0.41
Hex B9 71 19 0 27 56 1B 21 4C 29
Octal 271 161 31 0 47 126 33 41 114 51
Binary 10111001 1110001 11001 0 100111 1010110 11011 100001 1001100 101001

Color Harmonies of #B97119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97119

Black with #B97119

Text Example


Text Example

White with #B97119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97119; }

 p { color: rgb(185,113,25); }

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

background-color css

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

 a { background-color: rgb(185,113,25); }

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

border-color css

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

 span { border-color: rgb(185,113,25); }

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