Html Css Color HEX #B97719 Pirate Gold

📋 copy color: '#B97719'

red 185 ◦ green 119 ◦ blue 25

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

Shades of Pirate Gold #B97719

Tints of Pirate Gold #B97719

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.17%

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

R = 56.23%
G = 36.17%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B97719 (or 0xB97719) is known color: Pirate Gold. HEX triplet: B9, 77 and 19. RGB value is (185,119,25). Sum of RGB (Red+Green+Blue) = 185+119+25=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B97719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97719 is #4688E6. Grayscale: #808080. Windows color (decimal): -4622567 or 1669049. OLE color: 1669049.

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

Color convert

RGB 185 119 25 -
CMYK 0 0.36 0.86 0.27
HSL 35.25º 0.76% 0.41% -
HSV(B) 35.25º 0.86% 0.73% -
XYZ 26.78 23.58 4.06 -
YUV 128.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 185 119 25 0 0.36 0.86 0.27 35.25 0.76 0.41
Hex B9 77 19 0 24 56 1B 23 4C 29
Octal 271 167 31 0 44 126 33 43 114 51
Binary 10111001 1110111 11001 0 100100 1010110 11011 100011 1001100 101001

Color Harmonies of #B97719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97719

Black with #B97719

Text Example


Text Example

White with #B97719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97719; }

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

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

background-color css

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

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

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

border-color css

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

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

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