Html Css Color HEX #BF791C Pirate Gold

📋 copy color: '#BF791C'

red 191 ◦ green 121 ◦ blue 28

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

Shades of Pirate Gold #BF791C

Tints of Pirate Gold #BF791C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.24%

R = 56.18%
G = 35.59%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BF791C (or 0xBF791C) is known color: Pirate Gold. HEX triplet: BF, 79 and 1C. RGB value is (191,121,28). Sum of RGB (Red+Green+Blue) = 191+121+28=340 (45% of max value = 765). Red value is 191 (75% from 255 or 56.18% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 191 - color contains mainly: red. Hex color #BF791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF791C is #4086E3. Grayscale: #838383. Windows color (decimal): -4228836 or 1866175. OLE color: 1866175.

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

Color convert

RGB 191 121 28 -
CMYK 0 0.37 0.85 0.25
HSL 34.23º 0.74% 0.43% -
HSV(B) 34.23º 0.85% 0.75% -
XYZ 28.53 24.83 4.39 -
YUV 131.33 69.69 170.56 -
System Red Green Blue C M Y K H S L
Decimal 191 121 28 0 0.37 0.85 0.25 34.23 0.74 0.43
Hex BF 79 1C 0 25 55 19 22 4A 2B
Octal 277 171 34 0 45 125 31 42 112 53
Binary 10111111 1111001 11100 0 100101 1010101 11001 100010 1001010 101011

Color Harmonies of #BF791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF791C

Black with #BF791C

Text Example


Text Example

White with #BF791C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF791C; }

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

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

background-color css

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

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

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

border-color css

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

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

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