Html Css Color HEX #BF7C1B Pirate Gold

📋 copy color: '#BF7C1B'

red 191 ◦ green 124 ◦ blue 27

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

Shades of Pirate Gold #BF7C1B

Tints of Pirate Gold #BF7C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.89%

R = 55.85%
G = 36.26%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF7C1B (or 0xBF7C1B) is known color: Pirate Gold. HEX triplet: BF, 7C and 1B. RGB value is (191,124,27). Sum of RGB (Red+Green+Blue) = 191+124+27=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 124 (48.83% from 255 or 36.26% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C1B is #4083E4. Grayscale: #858585. Windows color (decimal): -4228069 or 1801407. OLE color: 1801407.

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

Color convert

RGB 191 124 27 -
CMYK 0 0.35 0.86 0.25
HSL 35.49º 0.75% 0.43% -
HSV(B) 35.49º 0.86% 0.75% -
XYZ 28.89 25.57 4.45 -
YUV 132.98 68.2 169.39 -
System Red Green Blue C M Y K H S L
Decimal 191 124 27 0 0.35 0.86 0.25 35.49 0.75 0.43
Hex BF 7C 1B 0 23 56 19 23 4B 2B
Octal 277 174 33 0 43 126 31 43 113 53
Binary 10111111 1111100 11011 0 100011 1010110 11001 100011 1001011 101011

Color Harmonies of #BF7C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7C1B

Black with #BF7C1B

Text Example


Text Example

White with #BF7C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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