Html Css Color HEX #B97629 Pirate Gold

📋 copy color: '#B97629'

red 185 ◦ green 118 ◦ blue 41

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

Shades of Pirate Gold #B97629

Tints of Pirate Gold #B97629

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

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

R = 53.78%
G = 34.3%
B = 11.92%

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

#B97629 (or 0xB97629) is known color: Pirate Gold. HEX triplet: B9, 76 and 29. RGB value is (185,118,41). Sum of RGB (Red+Green+Blue) = 185+118+41=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B97629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97629 is #4689D6. Grayscale: #818181. Windows color (decimal): -4622807 or 2717369. OLE color: 2717369.

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

Color convert

RGB 185 118 41 -
CMYK 0 0.36 0.78 0.27
HSL 32.08º 0.64% 0.44% -
HSV(B) 32.08º 0.78% 0.73% -
XYZ 26.89 23.43 5.2 -
YUV 129.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 185 118 41 0 0.36 0.78 0.27 32.08 0.64 0.44
Hex B9 76 29 0 24 4E 1B 20 40 2C
Octal 271 166 51 0 44 116 33 40 100 54
Binary 10111001 1110110 101001 0 100100 1001110 11011 100000 1000000 101100

Color Harmonies of #B97629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97629

Black with #B97629

Text Example


Text Example

White with #B97629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97629; }

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

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

background-color css

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

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

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

border-color css

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

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

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