Html Css Color HEX #BF792A Pirate Gold

📋 copy color: '#BF792A'

red 191 ◦ green 121 ◦ blue 42

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

Shades of Pirate Gold #BF792A

Tints of Pirate Gold #BF792A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

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

R = 53.95%
G = 34.18%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF792A (or 0xBF792A) is known color: Pirate Gold. HEX triplet: BF, 79 and 2A. RGB value is (191,121,42). Sum of RGB (Red+Green+Blue) = 191+121+42=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF792A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF792A is #4086D5. Grayscale: #858585. Windows color (decimal): -4228822 or 2783679. OLE color: 2783679.

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

Color convert

RGB 191 121 42 -
CMYK 0 0.37 0.78 0.25
HSL 31.81º 0.64% 0.46% -
HSV(B) 31.81º 0.78% 0.75% -
XYZ 28.74 24.92 5.49 -
YUV 132.92 76.69 169.42 -
System Red Green Blue C M Y K H S L
Decimal 191 121 42 0 0.37 0.78 0.25 31.81 0.64 0.46
Hex BF 79 2A 0 25 4E 19 20 40 2E
Octal 277 171 52 0 45 116 31 40 100 56
Binary 10111111 1111001 101010 0 100101 1001110 11001 100000 1000000 101110

Color Harmonies of #BF792A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF792A

Black with #BF792A

Text Example


Text Example

White with #BF792A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF792A; }

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

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

background-color css

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

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

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

border-color css

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

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

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