Html Css Color HEX #BC781F Pirate Gold

📋 copy color: '#BC781F'

red 188 ◦ green 120 ◦ blue 31

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

Shades of Pirate Gold #BC781F

Tints of Pirate Gold #BC781F

RGB

 RED value IS 188 (73.83% from 255) = 55.46%

 GREEN value IS 120 (47.27% from 255) = 35.4%

 BLUE value IS 31 (12.5% from 255) = 9.14%

R = 55.46%
G = 35.4%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC781F (or 0xBC781F) is known color: Pirate Gold. HEX triplet: BC, 78 and 1F. RGB value is (188,120,31). Sum of RGB (Red+Green+Blue) = 188+120+31=339 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.46% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 188 - color contains mainly: red. Hex color #BC781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC781F is #4387E0. Grayscale: #828282. Windows color (decimal): -4425697 or 2062524. OLE color: 2062524.

HSL color Cylindrical-coordinate representation of color #BC781F: hue angle of 34.01º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC781F is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 120 31 -
CMYK 0 0.36 0.84 0.26
HSL 34.01º 0.72% 0.43% -
HSV(B) 34.01º 0.84% 0.74% -
XYZ 27.7 24.22 4.51 -
YUV 130.19 72.03 169.24 -
System Red Green Blue C M Y K H S L
Decimal 188 120 31 0 0.36 0.84 0.26 34.01 0.72 0.43
Hex BC 78 1F 0 24 54 1A 22 48 2B
Octal 274 170 37 0 44 124 32 42 110 53
Binary 10111100 1111000 11111 0 100100 1010100 11010 100010 1001000 101011

Color Harmonies of #BC781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC781F

Black with #BC781F

Text Example


Text Example

White with #BC781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC781F; }

 p { color: rgb(188,120,31); }

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

background-color css

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

 a { background-color: rgb(188,120,31); }

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

border-color css

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

 span { border-color: rgb(188,120,31); }

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