Html Css Color HEX #B97829 Pirate Gold

📋 copy color: '#B97829'

red 185 ◦ green 120 ◦ blue 41

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

Shades of Pirate Gold #B97829

Tints of Pirate Gold #B97829

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 41 (16.41% from 255) = 11.85%

R = 53.47%
G = 34.68%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B97829 (or 0xB97829) is known color: Pirate Gold. HEX triplet: B9, 78 and 29. RGB value is (185,120,41). Sum of RGB (Red+Green+Blue) = 185+120+41=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B97829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97829 is #4687D6. Grayscale: #828282. Windows color (decimal): -4622295 or 2717881. OLE color: 2717881.

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

Color convert

RGB 185 120 41 -
CMYK 0 0.35 0.78 0.27
HSL 32.92º 0.64% 0.44% -
HSV(B) 32.92º 0.78% 0.73% -
XYZ 27.12 23.91 5.28 -
YUV 130.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 185 120 41 0 0.35 0.78 0.27 32.92 0.64 0.44
Hex B9 78 29 0 23 4E 1B 21 40 2C
Octal 271 170 51 0 43 116 33 41 100 54
Binary 10111001 1111000 101001 0 100011 1001110 11011 100001 1000000 101100

Color Harmonies of #B97829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97829

Black with #B97829

Text Example


Text Example

White with #B97829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97829; }

 p { color: rgb(185,120,41); }

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

background-color css

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

 a { background-color: rgb(185,120,41); }

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

border-color css

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

 span { border-color: rgb(185,120,41); }

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