Html Css Color HEX #BF7D2C Pirate Gold

📋 copy color: '#BF7D2C'

red 191 ◦ green 125 ◦ blue 44

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

Shades of Pirate Gold #BF7D2C

Tints of Pirate Gold #BF7D2C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.72%

 BLUE value IS 44 (17.58% from 255) = 12.22%

R = 53.06%
G = 34.72%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF7D2C (or 0xBF7D2C) is known color: Pirate Gold. HEX triplet: BF, 7D and 2C. RGB value is (191,125,44). Sum of RGB (Red+Green+Blue) = 191+125+44=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D2C is #4082D3. Grayscale: #878787. Windows color (decimal): -4227796 or 2915775. OLE color: 2915775.

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

Color convert

RGB 191 125 44 -
CMYK 0 0.35 0.77 0.25
HSL 33.06º 0.63% 0.46% -
HSV(B) 33.06º 0.77% 0.75% -
XYZ 29.27 25.93 5.84 -
YUV 135.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 191 125 44 0 0.35 0.77 0.25 33.06 0.63 0.46
Hex BF 7D 2C 0 23 4D 19 21 3F 2E
Octal 277 175 54 0 43 115 31 41 77 56
Binary 10111111 1111101 101100 0 100011 1001101 11001 100001 111111 101110

Color Harmonies of #BF7D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D2C

Black with #BF7D2C

Text Example


Text Example

White with #BF7D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D2C; }

 p { color: rgb(191,125,44); }

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

background-color css

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

 a { background-color: rgb(191,125,44); }

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

border-color css

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

 span { border-color: rgb(191,125,44); }

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