Html Css Color HEX #BF7529 Pirate Gold

📋 copy color: '#BF7529'

red 191 ◦ green 117 ◦ blue 41

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

Shades of Pirate Gold #BF7529

Tints of Pirate Gold #BF7529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

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

R = 54.73%
G = 33.52%
B = 11.75%

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

#BF7529 (or 0xBF7529) is known color: Pirate Gold. HEX triplet: BF, 75 and 29. RGB value is (191,117,41). Sum of RGB (Red+Green+Blue) = 191+117+41=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7529 is #408AD6. Grayscale: #828282. Windows color (decimal): -4229847 or 2717119. OLE color: 2717119.

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

Color convert

RGB 191 117 41 -
CMYK 0 0.39 0.79 0.25
HSL 30.4º 0.65% 0.45% -
HSV(B) 30.4º 0.79% 0.75% -
XYZ 28.25 23.96 5.23 -
YUV 130.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 191 117 41 0 0.39 0.79 0.25 30.4 0.65 0.45
Hex BF 75 29 0 27 4F 19 1E 41 2D
Octal 277 165 51 0 47 117 31 36 101 55
Binary 10111111 1110101 101001 0 100111 1001111 11001 11110 1000001 101101

Color Harmonies of #BF7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7529

Black with #BF7529

Text Example


Text Example

White with #BF7529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7529; }

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

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

background-color css

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

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

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

border-color css

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

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

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