Html Css Color HEX #BF7128 Pirate Gold

📋 copy color: '#BF7128'

red 191 ◦ green 113 ◦ blue 40

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

Shades of Pirate Gold #BF7128

Tints of Pirate Gold #BF7128

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.85%

 BLUE value IS 40 (16.02% from 255) = 11.63%

R = 55.52%
G = 32.85%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BF7128 (or 0xBF7128) is known color: Pirate Gold. HEX triplet: BF, 71 and 28. RGB value is (191,113,40). Sum of RGB (Red+Green+Blue) = 191+113+40=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7128 is #408ED7. Grayscale: #808080. Windows color (decimal): -4230872 or 2650559. OLE color: 2650559.

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

Color convert

RGB 191 113 40 -
CMYK 0 0.41 0.79 0.25
HSL 29.01º 0.65% 0.45% -
HSV(B) 29.01º 0.79% 0.75% -
XYZ 27.77 23.04 4.99 -
YUV 128 78.34 172.94 -
System Red Green Blue C M Y K H S L
Decimal 191 113 40 0 0.41 0.79 0.25 29.01 0.65 0.45
Hex BF 71 28 0 29 4F 19 1D 41 2D
Octal 277 161 50 0 51 117 31 35 101 55
Binary 10111111 1110001 101000 0 101001 1001111 11001 11101 1000001 101101

Color Harmonies of #BF7128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7128

Black with #BF7128

Text Example


Text Example

White with #BF7128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7128; }

 p { color: rgb(191,113,40); }

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

background-color css

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

 a { background-color: rgb(191,113,40); }

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

border-color css

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

 span { border-color: rgb(191,113,40); }

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