Html Css Color HEX #BF7C2E Pirate Gold

📋 copy color: '#BF7C2E'

red 191 ◦ green 124 ◦ blue 46

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

Shades of Pirate Gold #BF7C2E

Tints of Pirate Gold #BF7C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.74%

R = 52.91%
G = 34.35%
B = 12.74%

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

#BF7C2E (or 0xBF7C2E) is known color: Pirate Gold. HEX triplet: BF, 7C and 2E. RGB value is (191,124,46). Sum of RGB (Red+Green+Blue) = 191+124+46=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C2E is #4083D1. Grayscale: #878787. Windows color (decimal): -4228050 or 3046591. OLE color: 3046591.

HSL color Cylindrical-coordinate representation of color #BF7C2E: hue angle of 32.28º degrees, saturation: 0.61, 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 #BF7C2E is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 124 46 -
CMYK 0 0.35 0.76 0.25
HSL 32.28º 0.61% 0.46% -
HSV(B) 32.28º 0.76% 0.75% -
XYZ 29.19 25.69 6 -
YUV 135.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 191 124 46 0 0.35 0.76 0.25 32.28 0.61 0.46
Hex BF 7C 2E 0 23 4C 19 20 3D 2E
Octal 277 174 56 0 43 114 31 40 75 56
Binary 10111111 1111100 101110 0 100011 1001100 11001 100000 111101 101110

Color Harmonies of #BF7C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C2E

Black with #BF7C2E

Text Example


Text Example

White with #BF7C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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