Html Css Color HEX #BF7F1D Pirate Gold

📋 copy color: '#BF7F1D'

red 191 ◦ green 127 ◦ blue 29

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

Shades of Pirate Gold #BF7F1D

Tints of Pirate Gold #BF7F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 36.6%

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 55.04%
G = 36.6%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF7F1D (or 0xBF7F1D) is known color: Pirate Gold. HEX triplet: BF, 7F and 1D. RGB value is (191,127,29). Sum of RGB (Red+Green+Blue) = 191+127+29=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7F1D is #4080E2. Grayscale: #878787. Windows color (decimal): -4227299 or 1933247. OLE color: 1933247.

HSL color Cylindrical-coordinate representation of color #BF7F1D: hue angle of 36.3º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF7F1D is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 127 29 -
CMYK 0 0.34 0.85 0.25
HSL 36.3º 0.74% 0.43% -
HSV(B) 36.3º 0.85% 0.75% -
XYZ 29.3 26.34 4.7 -
YUV 134.96 68.2 167.97 -
System Red Green Blue C M Y K H S L
Decimal 191 127 29 0 0.34 0.85 0.25 36.3 0.74 0.43
Hex BF 7F 1D 0 22 55 19 24 4A 2B
Octal 277 177 35 0 42 125 31 44 112 53
Binary 10111111 1111111 11101 0 100010 1010101 11001 100100 1001010 101011

Color Harmonies of #BF7F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F1D

Black with #BF7F1D

Text Example


Text Example

White with #BF7F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F1D; }

 p { color: rgb(191,127,29); }

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

background-color css

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

 a { background-color: rgb(191,127,29); }

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

border-color css

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

 span { border-color: rgb(191,127,29); }

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