Html Css Color HEX #BF7C2D Pirate Gold

📋 copy color: '#BF7C2D'

red 191 ◦ green 124 ◦ blue 45

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

Shades of Pirate Gold #BF7C2D

Tints of Pirate Gold #BF7C2D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.44%

 BLUE value IS 45 (17.97% from 255) = 12.5%

R = 53.06%
G = 34.44%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF7C2D (or 0xBF7C2D) is known color: Pirate Gold. HEX triplet: BF, 7C and 2D. RGB value is (191,124,45). Sum of RGB (Red+Green+Blue) = 191+124+45=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C2D is #4083D2. Grayscale: #878787. Windows color (decimal): -4228051 or 2981055. OLE color: 2981055.

HSL color Cylindrical-coordinate representation of color #BF7C2D: hue angle of 32.47º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF7C2D is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 124 45 -
CMYK 0 0.35 0.76 0.25
HSL 32.47º 0.62% 0.46% -
HSV(B) 32.47º 0.76% 0.75% -
XYZ 29.17 25.68 5.9 -
YUV 135.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 191 124 45 0 0.35 0.76 0.25 32.47 0.62 0.46
Hex BF 7C 2D 0 23 4C 19 20 3E 2E
Octal 277 174 55 0 43 114 31 40 76 56
Binary 10111111 1111100 101101 0 100011 1001100 11001 100000 111110 101110

Color Harmonies of #BF7C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C2D

Black with #BF7C2D

Text Example


Text Example

White with #BF7C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C2D; }

 p { color: rgb(191,124,45); }

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

background-color css

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

 a { background-color: rgb(191,124,45); }

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

border-color css

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

 span { border-color: rgb(191,124,45); }

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