Html Css Color HEX #BF7329 Pirate Gold

📋 copy color: '#BF7329'

red 191 ◦ green 115 ◦ blue 41

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

Shades of Pirate Gold #BF7329

Tints of Pirate Gold #BF7329

RGB

 RED value IS 191 (75% from 255) = 55.04%

 GREEN value IS 115 (45.31% from 255) = 33.14%

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

R = 55.04%
G = 33.14%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF7329 (or 0xBF7329) is known color: Pirate Gold. HEX triplet: BF, 73 and 29. RGB value is (191,115,41). Sum of RGB (Red+Green+Blue) = 191+115+41=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7329 is #408CD6. Grayscale: #818181. Windows color (decimal): -4230359 or 2716607. OLE color: 2716607.

HSL color Cylindrical-coordinate representation of color #BF7329: hue angle of 29.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF7329 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 115 41 -
CMYK 0 0.40 0.79 0.25
HSL 29.6º 0.65% 0.45% -
HSV(B) 29.6º 0.79% 0.75% -
XYZ 28.02 23.5 5.16 -
YUV 129.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 191 115 41 0 0.40 0.79 0.25 29.6 0.65 0.45
Hex BF 73 29 0 28 4F 19 1E 41 2D
Octal 277 163 51 0 50 117 31 36 101 55
Binary 10111111 1110011 101001 0 101000 1001111 11001 11110 1000001 101101

Color Harmonies of #BF7329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7329

Black with #BF7329

Text Example


Text Example

White with #BF7329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7329; }

 p { color: rgb(191,115,41); }

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

background-color css

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

 a { background-color: rgb(191,115,41); }

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

border-color css

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

 span { border-color: rgb(191,115,41); }

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