Html Css Color HEX #BF7429 Pirate Gold

📋 copy color: '#BF7429'

red 191 ◦ green 116 ◦ blue 41

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

Shades of Pirate Gold #BF7429

Tints of Pirate Gold #BF7429

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

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

R = 54.89%
G = 33.33%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF7429 (or 0xBF7429) is known color: Pirate Gold. HEX triplet: BF, 74 and 29. RGB value is (191,116,41). Sum of RGB (Red+Green+Blue) = 191+116+41=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7429 is #408BD6. Grayscale: #828282. Windows color (decimal): -4230103 or 2716863. OLE color: 2716863.

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

Color convert

RGB 191 116 41 -
CMYK 0 0.39 0.79 0.25
HSL 30º 0.65% 0.45% -
HSV(B) 30º 0.79% 0.75% -
XYZ 28.13 23.73 5.19 -
YUV 129.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 191 116 41 0 0.39 0.79 0.25 30 0.65 0.45
Hex BF 74 29 0 27 4F 19 1E 41 2D
Octal 277 164 51 0 47 117 31 36 101 55
Binary 10111111 1110100 101001 0 100111 1001111 11001 11110 1000001 101101

Color Harmonies of #BF7429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7429

Black with #BF7429

Text Example


Text Example

White with #BF7429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7429; }

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

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

background-color css

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

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

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

border-color css

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

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

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