Html Css Color HEX #BF701F Pirate Gold

📋 copy color: '#BF701F'

red 191 ◦ green 112 ◦ blue 31

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

Shades of Pirate Gold #BF701F

Tints of Pirate Gold #BF701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 57.19%
G = 33.53%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF701F (or 0xBF701F) is known color: Pirate Gold. HEX triplet: BF, 70 and 1F. RGB value is (191,112,31). Sum of RGB (Red+Green+Blue) = 191+112+31=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF701F is #408FE0. Grayscale: #7E7E7E. Windows color (decimal): -4231137 or 2060479. OLE color: 2060479.

HSL color Cylindrical-coordinate representation of color #BF701F: hue angle of 30.38º 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 #BF701F is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 112 31 -
CMYK 0 0.41 0.84 0.25
HSL 30.38º 0.72% 0.44% -
HSV(B) 30.38º 0.84% 0.75% -
XYZ 27.53 22.76 4.24 -
YUV 126.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 191 112 31 0 0.41 0.84 0.25 30.38 0.72 0.44
Hex BF 70 1F 0 29 54 19 1E 48 2C
Octal 277 160 37 0 51 124 31 36 110 54
Binary 10111111 1110000 11111 0 101001 1010100 11001 11110 1001000 101100

Color Harmonies of #BF701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF701F

Black with #BF701F

Text Example


Text Example

White with #BF701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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