Html Css Color HEX #BF7229 Pirate Gold

📋 copy color: '#BF7229'

red 191 ◦ green 114 ◦ blue 41

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

Shades of Pirate Gold #BF7229

Tints of Pirate Gold #BF7229

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 55.2%
G = 32.95%
B = 11.85%

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

#BF7229 (or 0xBF7229) is known color: Pirate Gold. HEX triplet: BF, 72 and 29. RGB value is (191,114,41). Sum of RGB (Red+Green+Blue) = 191+114+41=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7229 is #408DD6. Grayscale: #818181. Windows color (decimal): -4230615 or 2716351. OLE color: 2716351.

HSL color Cylindrical-coordinate representation of color #BF7229: hue angle of 29.2º 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 #BF7229 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 114 41 -
CMYK 0 0.40 0.79 0.25
HSL 29.2º 0.65% 0.45% -
HSV(B) 29.2º 0.79% 0.75% -
XYZ 27.9 23.27 5.12 -
YUV 128.7 78.51 172.44 -
System Red Green Blue C M Y K H S L
Decimal 191 114 41 0 0.40 0.79 0.25 29.2 0.65 0.45
Hex BF 72 29 0 28 4F 19 1D 41 2D
Octal 277 162 51 0 50 117 31 35 101 55
Binary 10111111 1110010 101001 0 101000 1001111 11001 11101 1000001 101101

Color Harmonies of #BF7229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7229

Black with #BF7229

Text Example


Text Example

White with #BF7229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7229; }

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

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

background-color css

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

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

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

border-color css

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

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

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