Html Css Color HEX #B97728 Pirate Gold

📋 copy color: '#B97728'

red 185 ◦ green 119 ◦ blue 40

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

Shades of Pirate Gold #B97728

Tints of Pirate Gold #B97728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 53.78%
G = 34.59%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B97728 (or 0xB97728) is known color: Pirate Gold. HEX triplet: B9, 77 and 28. RGB value is (185,119,40). Sum of RGB (Red+Green+Blue) = 185+119+40=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B97728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97728 is #4688D7. Grayscale: #828282. Windows color (decimal): -4622552 or 2652089. OLE color: 2652089.

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

Color convert

RGB 185 119 40 -
CMYK 0 0.36 0.78 0.27
HSL 32.69º 0.64% 0.44% -
HSV(B) 32.69º 0.78% 0.73% -
XYZ 26.99 23.66 5.15 -
YUV 129.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 185 119 40 0 0.36 0.78 0.27 32.69 0.64 0.44
Hex B9 77 28 0 24 4E 1B 21 40 2C
Octal 271 167 50 0 44 116 33 41 100 54
Binary 10111001 1110111 101000 0 100100 1001110 11011 100001 1000000 101100

Color Harmonies of #B97728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97728

Black with #B97728

Text Example


Text Example

White with #B97728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97728; }

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

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

background-color css

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

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

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

border-color css

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

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

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