Html Css Color HEX #BF7D1F Pirate Gold

📋 copy color: '#BF7D1F'

red 191 ◦ green 125 ◦ blue 31

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

Shades of Pirate Gold #BF7D1F

Tints of Pirate Gold #BF7D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 55.04%
G = 36.02%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF7D1F (or 0xBF7D1F) is known color: Pirate Gold. HEX triplet: BF, 7D and 1F. RGB value is (191,125,31). Sum of RGB (Red+Green+Blue) = 191+125+31=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D1F is #4082E0. Grayscale: #868686. Windows color (decimal): -4227809 or 2063807. OLE color: 2063807.

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

Color convert

RGB 191 125 31 -
CMYK 0 0.35 0.84 0.25
HSL 35.25º 0.72% 0.44% -
HSV(B) 35.25º 0.84% 0.75% -
XYZ 29.07 25.84 4.75 -
YUV 134.02 69.87 168.64 -
System Red Green Blue C M Y K H S L
Decimal 191 125 31 0 0.35 0.84 0.25 35.25 0.72 0.44
Hex BF 7D 1F 0 23 54 19 23 48 2C
Octal 277 175 37 0 43 124 31 43 110 54
Binary 10111111 1111101 11111 0 100011 1010100 11001 100011 1001000 101100

Color Harmonies of #BF7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D1F

Black with #BF7D1F

Text Example


Text Example

White with #BF7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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