Html Css Color HEX #BF7124 Pirate Gold

📋 copy color: '#BF7124'

red 191 ◦ green 113 ◦ blue 36

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

Shades of Pirate Gold #BF7124

Tints of Pirate Gold #BF7124

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 56.18%
G = 33.24%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BF7124 (or 0xBF7124) is known color: Pirate Gold. HEX triplet: BF, 71 and 24. RGB value is (191,113,36). Sum of RGB (Red+Green+Blue) = 191+113+36=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7124 is #408EDB. Grayscale: #7F7F7F. Windows color (decimal): -4230876 or 2388415. OLE color: 2388415.

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

Color convert

RGB 191 113 36 -
CMYK 0 0.41 0.81 0.25
HSL 29.81º 0.68% 0.45% -
HSV(B) 29.81º 0.81% 0.75% -
XYZ 27.71 23.01 4.65 -
YUV 127.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 191 113 36 0 0.41 0.81 0.25 29.81 0.68 0.45
Hex BF 71 24 0 29 51 19 1E 44 2D
Octal 277 161 44 0 51 121 31 36 104 55
Binary 10111111 1110001 100100 0 101001 1010001 11001 11110 1000100 101101

Color Harmonies of #BF7124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7124

Black with #BF7124

Text Example


Text Example

White with #BF7124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7124; }

 p { color: rgb(191,113,36); }

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

background-color css

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

 a { background-color: rgb(191,113,36); }

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

border-color css

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

 span { border-color: rgb(191,113,36); }

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