Html Css Color HEX #BF7D2D Pirate Gold

📋 copy color: '#BF7D2D'

red 191 ◦ green 125 ◦ blue 45

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

Shades of Pirate Gold #BF7D2D

Tints of Pirate Gold #BF7D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.63%

 BLUE value IS 45 (17.97% from 255) = 12.47%

R = 52.91%
G = 34.63%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF7D2D (or 0xBF7D2D) is known color: Pirate Gold. HEX triplet: BF, 7D and 2D. RGB value is (191,125,45). Sum of RGB (Red+Green+Blue) = 191+125+45=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7D2D is #4082D2. Grayscale: #888888. Windows color (decimal): -4227795 or 2981311. OLE color: 2981311.

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

Color convert

RGB 191 125 45 -
CMYK 0 0.35 0.76 0.25
HSL 32.88º 0.62% 0.46% -
HSV(B) 32.88º 0.76% 0.75% -
XYZ 29.29 25.93 5.94 -
YUV 135.61 76.87 167.5 -
System Red Green Blue C M Y K H S L
Decimal 191 125 45 0 0.35 0.76 0.25 32.88 0.62 0.46
Hex BF 7D 2D 0 23 4C 19 21 3E 2E
Octal 277 175 55 0 43 114 31 41 76 56
Binary 10111111 1111101 101101 0 100011 1001100 11001 100001 111110 101110

Color Harmonies of #BF7D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D2D

Black with #BF7D2D

Text Example


Text Example

White with #BF7D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D2D; }

 p { color: rgb(191,125,45); }

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

background-color css

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

 a { background-color: rgb(191,125,45); }

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

border-color css

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

 span { border-color: rgb(191,125,45); }

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