Html Css Color HEX #BF7E2A Pirate Gold

📋 copy color: '#BF7E2A'

red 191 ◦ green 126 ◦ blue 42

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

Shades of Pirate Gold #BF7E2A

Tints of Pirate Gold #BF7E2A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

 BLUE value IS 42 (16.8% from 255) = 11.7%

R = 53.2%
G = 35.1%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF7E2A (or 0xBF7E2A) is known color: Pirate Gold. HEX triplet: BF, 7E and 2A. RGB value is (191,126,42). Sum of RGB (Red+Green+Blue) = 191+126+42=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7E2A is #4081D5. Grayscale: #888888. Windows color (decimal): -4227542 or 2784959. OLE color: 2784959.

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

Color convert

RGB 191 126 42 -
CMYK 0 0.34 0.78 0.25
HSL 33.83º 0.64% 0.46% -
HSV(B) 33.83º 0.78% 0.75% -
XYZ 29.36 26.17 5.69 -
YUV 135.86 75.03 167.33 -
System Red Green Blue C M Y K H S L
Decimal 191 126 42 0 0.34 0.78 0.25 33.83 0.64 0.46
Hex BF 7E 2A 0 22 4E 19 22 40 2E
Octal 277 176 52 0 42 116 31 42 100 56
Binary 10111111 1111110 101010 0 100010 1001110 11001 100010 1000000 101110

Color Harmonies of #BF7E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E2A

Black with #BF7E2A

Text Example


Text Example

White with #BF7E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E2A; }

 p { color: rgb(191,126,42); }

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

background-color css

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

 a { background-color: rgb(191,126,42); }

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

border-color css

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

 span { border-color: rgb(191,126,42); }

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