Html Css Color HEX #BF7227 Pirate Gold

📋 copy color: '#BF7227'

red 191 ◦ green 114 ◦ blue 39

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

Shades of Pirate Gold #BF7227

Tints of Pirate Gold #BF7227

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

 BLUE value IS 39 (15.63% from 255) = 11.34%

R = 55.52%
G = 33.14%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#BF7227 (or 0xBF7227) is known color: Pirate Gold. HEX triplet: BF, 72 and 27. RGB value is (191,114,39). Sum of RGB (Red+Green+Blue) = 191+114+39=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7227 is #408DD8. Grayscale: #808080. Windows color (decimal): -4230617 or 2585279. OLE color: 2585279.

HSL color Cylindrical-coordinate representation of color #BF7227: hue angle of 29.61º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF7227 is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 114 39 -
CMYK 0 0.40 0.80 0.25
HSL 29.61º 0.66% 0.45% -
HSV(B) 29.61º 0.8% 0.75% -
XYZ 27.87 23.26 4.94 -
YUV 128.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 191 114 39 0 0.40 0.80 0.25 29.61 0.66 0.45
Hex BF 72 27 0 28 50 19 1E 42 2D
Octal 277 162 47 0 50 120 31 36 102 55
Binary 10111111 1110010 100111 0 101000 1010000 11001 11110 1000010 101101

Color Harmonies of #BF7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7227

Black with #BF7227

Text Example


Text Example

White with #BF7227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7227; }

 p { color: rgb(191,114,39); }

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

background-color css

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

 a { background-color: rgb(191,114,39); }

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

border-color css

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

 span { border-color: rgb(191,114,39); }

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