Html Css Color HEX #B97524 Pirate Gold

📋 copy color: '#B97524'

red 185 ◦ green 117 ◦ blue 36

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

Shades of Pirate Gold #B97524

Tints of Pirate Gold #B97524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.65%

R = 54.73%
G = 34.62%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B97524 (or 0xB97524) is known color: Pirate Gold. HEX triplet: B9, 75 and 24. RGB value is (185,117,36). Sum of RGB (Red+Green+Blue) = 185+117+36=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 36 (14.45% from 255 or 10.65% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B97524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97524 is #468ADB. Grayscale: #808080. Windows color (decimal): -4623068 or 2389433. OLE color: 2389433.

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

Color convert

RGB 185 117 36 -
CMYK 0 0.37 0.81 0.27
HSL 32.62º 0.67% 0.43% -
HSV(B) 32.62º 0.81% 0.73% -
XYZ 26.69 23.16 4.73 -
YUV 128.1 76.03 168.59 -
System Red Green Blue C M Y K H S L
Decimal 185 117 36 0 0.37 0.81 0.27 32.62 0.67 0.43
Hex B9 75 24 0 25 51 1B 21 43 2B
Octal 271 165 44 0 45 121 33 41 103 53
Binary 10111001 1110101 100100 0 100101 1010001 11011 100001 1000011 101011

Color Harmonies of #B97524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97524

Black with #B97524

Text Example


Text Example

White with #B97524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97524; }

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

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

background-color css

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

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

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

border-color css

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

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

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