Html Css Color HEX #BF7A2C Pirate Gold

📋 copy color: '#BF7A2C'

red 191 ◦ green 122 ◦ blue 44

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

Shades of Pirate Gold #BF7A2C

Tints of Pirate Gold #BF7A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.32%

R = 53.5%
G = 34.17%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF7A2C (or 0xBF7A2C) is known color: Pirate Gold. HEX triplet: BF, 7A and 2C. RGB value is (191,122,44). Sum of RGB (Red+Green+Blue) = 191+122+44=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A2C is #4085D3. Grayscale: #868686. Windows color (decimal): -4228564 or 2915007. OLE color: 2915007.

HSL color Cylindrical-coordinate representation of color #BF7A2C: hue angle of 31.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF7A2C is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 122 44 -
CMYK 0 0.36 0.77 0.25
HSL 31.84º 0.63% 0.46% -
HSV(B) 31.84º 0.77% 0.75% -
XYZ 28.9 25.18 5.72 -
YUV 133.74 77.36 168.84 -
System Red Green Blue C M Y K H S L
Decimal 191 122 44 0 0.36 0.77 0.25 31.84 0.63 0.46
Hex BF 7A 2C 0 24 4D 19 20 3F 2E
Octal 277 172 54 0 44 115 31 40 77 56
Binary 10111111 1111010 101100 0 100100 1001101 11001 100000 111111 101110

Color Harmonies of #BF7A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A2C

Black with #BF7A2C

Text Example


Text Example

White with #BF7A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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