Html Css Color HEX #BF711F Pirate Gold

📋 copy color: '#BF711F'

red 191 ◦ green 113 ◦ blue 31

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

Shades of Pirate Gold #BF711F

Tints of Pirate Gold #BF711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

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

R = 57.01%
G = 33.73%
B = 9.25%

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

#BF711F (or 0xBF711F) is known color: Pirate Gold. HEX triplet: BF, 71 and 1F. RGB value is (191,113,31). Sum of RGB (Red+Green+Blue) = 191+113+31=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF711F is #408EE0. Grayscale: #7F7F7F. Windows color (decimal): -4230881 or 2060735. OLE color: 2060735.

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

Color convert

RGB 191 113 31 -
CMYK 0 0.41 0.84 0.25
HSL 30.75º 0.72% 0.44% -
HSV(B) 30.75º 0.84% 0.75% -
XYZ 27.64 22.99 4.28 -
YUV 126.97 73.84 173.67 -
System Red Green Blue C M Y K H S L
Decimal 191 113 31 0 0.41 0.84 0.25 30.75 0.72 0.44
Hex BF 71 1F 0 29 54 19 1F 48 2C
Octal 277 161 37 0 51 124 31 37 110 54
Binary 10111111 1110001 11111 0 101001 1010100 11001 11111 1001000 101100

Color Harmonies of #BF711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF711F

Black with #BF711F

Text Example


Text Example

White with #BF711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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