Html Css Color HEX #B97725 Pirate Gold

📋 copy color: '#B97725'

red 185 ◦ green 119 ◦ blue 37

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

Shades of Pirate Gold #B97725

Tints of Pirate Gold #B97725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.85%

R = 54.25%
G = 34.9%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#B97725 (or 0xB97725) is known color: Pirate Gold. HEX triplet: B9, 77 and 25. RGB value is (185,119,37). Sum of RGB (Red+Green+Blue) = 185+119+37=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B97725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97725 is #4688DA. Grayscale: #818181. Windows color (decimal): -4622555 or 2455481. OLE color: 2455481.

HSL color Cylindrical-coordinate representation of color #B97725: hue angle of 33.24º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B97725 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 119 37 -
CMYK 0 0.36 0.80 0.27
HSL 33.24º 0.67% 0.44% -
HSV(B) 33.24º 0.8% 0.73% -
XYZ 26.94 23.64 4.89 -
YUV 129.39 75.87 167.67 -
System Red Green Blue C M Y K H S L
Decimal 185 119 37 0 0.36 0.80 0.27 33.24 0.67 0.44
Hex B9 77 25 0 24 50 1B 21 43 2C
Octal 271 167 45 0 44 120 33 41 103 54
Binary 10111001 1110111 100101 0 100100 1010000 11011 100001 1000011 101100

Color Harmonies of #B97725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97725

Black with #B97725

Text Example


Text Example

White with #B97725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97725; }

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

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

background-color css

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

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

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

border-color css

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

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

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