Html Css Color HEX #BF7A1D Pirate Gold

📋 copy color: '#BF7A1D'

red 191 ◦ green 122 ◦ blue 29

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

Shades of Pirate Gold #BF7A1D

Tints of Pirate Gold #BF7A1D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.67%

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

R = 55.85%
G = 35.67%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF7A1D (or 0xBF7A1D) is known color: Pirate Gold. HEX triplet: BF, 7A and 1D. RGB value is (191,122,29). Sum of RGB (Red+Green+Blue) = 191+122+29=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A1D is #4085E2. Grayscale: #848484. Windows color (decimal): -4228579 or 1931967. OLE color: 1931967.

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

Color convert

RGB 191 122 29 -
CMYK 0 0.36 0.85 0.25
HSL 34.44º 0.74% 0.43% -
HSV(B) 34.44º 0.85% 0.75% -
XYZ 28.67 25.08 4.49 -
YUV 132.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 191 122 29 0 0.36 0.85 0.25 34.44 0.74 0.43
Hex BF 7A 1D 0 24 55 19 22 4A 2B
Octal 277 172 35 0 44 125 31 42 112 53
Binary 10111111 1111010 11101 0 100100 1010101 11001 100010 1001010 101011

Color Harmonies of #BF7A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A1D

Black with #BF7A1D

Text Example


Text Example

White with #BF7A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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