Html Css Color HEX #BF7829 Pirate Gold

📋 copy color: '#BF7829'

red 191 ◦ green 120 ◦ blue 41

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

Shades of Pirate Gold #BF7829

Tints of Pirate Gold #BF7829

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

 BLUE value IS 41 (16.41% from 255) = 11.65%

R = 54.26%
G = 34.09%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF7829 (or 0xBF7829) is known color: Pirate Gold. HEX triplet: BF, 78 and 29. RGB value is (191,120,41). Sum of RGB (Red+Green+Blue) = 191+120+41=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7829 is #4087D6. Grayscale: #848484. Windows color (decimal): -4229079 or 2717887. OLE color: 2717887.

HSL color Cylindrical-coordinate representation of color #BF7829: hue angle of 31.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF7829 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 120 41 -
CMYK 0 0.37 0.79 0.25
HSL 31.6º 0.65% 0.45% -
HSV(B) 31.6º 0.79% 0.75% -
XYZ 28.6 24.67 5.35 -
YUV 132.22 76.52 169.92 -
System Red Green Blue C M Y K H S L
Decimal 191 120 41 0 0.37 0.79 0.25 31.6 0.65 0.45
Hex BF 78 29 0 25 4F 19 20 41 2D
Octal 277 170 51 0 45 117 31 40 101 55
Binary 10111111 1111000 101001 0 100101 1001111 11001 100000 1000001 101101

Color Harmonies of #BF7829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7829

Black with #BF7829

Text Example


Text Example

White with #BF7829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7829; }

 p { color: rgb(191,120,41); }

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

background-color css

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

 a { background-color: rgb(191,120,41); }

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

border-color css

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

 span { border-color: rgb(191,120,41); }

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