Html Css Color HEX #B97527 Pirate Gold

📋 copy color: '#B97527'

red 185 ◦ green 117 ◦ blue 39

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

Shades of Pirate Gold #B97527

Tints of Pirate Gold #B97527

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.31%

 BLUE value IS 39 (15.63% from 255) = 11.44%

R = 54.25%
G = 34.31%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B97527 (or 0xB97527) is known color: Pirate Gold. HEX triplet: B9, 75 and 27. RGB value is (185,117,39). Sum of RGB (Red+Green+Blue) = 185+117+39=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B97527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97527 is #468AD8. Grayscale: #808080. Windows color (decimal): -4623065 or 2586041. OLE color: 2586041.

HSL color Cylindrical-coordinate representation of color #B97527: hue angle of 32.05º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B97527 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 117 39 -
CMYK 0 0.37 0.79 0.27
HSL 32.05º 0.65% 0.44% -
HSV(B) 32.05º 0.79% 0.73% -
XYZ 26.74 23.18 4.99 -
YUV 128.44 77.53 168.34 -
System Red Green Blue C M Y K H S L
Decimal 185 117 39 0 0.37 0.79 0.27 32.05 0.65 0.44
Hex B9 75 27 0 25 4F 1B 20 41 2C
Octal 271 165 47 0 45 117 33 40 101 54
Binary 10111001 1110101 100111 0 100101 1001111 11011 100000 1000001 101100

Color Harmonies of #B97527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97527

Black with #B97527

Text Example


Text Example

White with #B97527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97527; }

 p { color: rgb(185,117,39); }

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

background-color css

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

 a { background-color: rgb(185,117,39); }

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

border-color css

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

 span { border-color: rgb(185,117,39); }

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