Html Css Color HEX #BF7C31 Pirate Gold

📋 copy color: '#BF7C31'

red 191 ◦ green 124 ◦ blue 49

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

Shades of Pirate Gold #BF7C31

Tints of Pirate Gold #BF7C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.46%

R = 52.47%
G = 34.07%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF7C31 (or 0xBF7C31) is known color: Pirate Gold. HEX triplet: BF, 7C and 31. RGB value is (191,124,49). Sum of RGB (Red+Green+Blue) = 191+124+49=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C31 is #4083CE. Grayscale: #878787. Windows color (decimal): -4228047 or 3243199. OLE color: 3243199.

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

Color convert

RGB 191 124 49 -
CMYK 0 0.35 0.74 0.25
HSL 31.69º 0.59% 0.47% -
HSV(B) 31.69º 0.74% 0.75% -
XYZ 29.25 25.71 6.33 -
YUV 135.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 191 124 49 0 0.35 0.74 0.25 31.69 0.59 0.47
Hex BF 7C 31 0 23 4A 19 20 3B 2F
Octal 277 174 61 0 43 112 31 40 73 57
Binary 10111111 1111100 110001 0 100011 1001010 11001 100000 111011 101111

Color Harmonies of #BF7C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C31

Black with #BF7C31

Text Example


Text Example

White with #BF7C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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