Html Css Color HEX #BF7C1E Pirate Gold

📋 copy color: '#BF7C1E'

red 191 ◦ green 124 ◦ blue 30

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

Shades of Pirate Gold #BF7C1E

Tints of Pirate Gold #BF7C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.94%

 BLUE value IS 30 (12.11% from 255) = 8.7%

R = 55.36%
G = 35.94%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF7C1E (or 0xBF7C1E) is known color: Pirate Gold. HEX triplet: BF, 7C and 1E. RGB value is (191,124,30). Sum of RGB (Red+Green+Blue) = 191+124+30=345 (45% of max value = 765). Red value is 191 (75% from 255 or 55.36% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C1E is #4083E1. Grayscale: #858585. Windows color (decimal): -4228066 or 1998015. OLE color: 1998015.

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

Color convert

RGB 191 124 30 -
CMYK 0 0.35 0.84 0.25
HSL 35.03º 0.73% 0.43% -
HSV(B) 35.03º 0.84% 0.75% -
XYZ 28.93 25.59 4.64 -
YUV 133.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 191 124 30 0 0.35 0.84 0.25 35.03 0.73 0.43
Hex BF 7C 1E 0 23 54 19 23 49 2B
Octal 277 174 36 0 43 124 31 43 111 53
Binary 10111111 1111100 11110 0 100011 1010100 11001 100011 1001001 101011

Color Harmonies of #BF7C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C1E

Black with #BF7C1E

Text Example


Text Example

White with #BF7C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C1E; }

 p { color: rgb(191,124,30); }

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

background-color css

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

 a { background-color: rgb(191,124,30); }

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

border-color css

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

 span { border-color: rgb(191,124,30); }

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