Html Css Color HEX #BC781B Pirate Gold

📋 copy color: '#BC781B'

red 188 ◦ green 120 ◦ blue 27

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

Shades of Pirate Gold #BC781B

Tints of Pirate Gold #BC781B

RGB

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

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

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

R = 56.12%
G = 35.82%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC781B (or 0xBC781B) is known color: Pirate Gold. HEX triplet: BC, 78 and 1B. RGB value is (188,120,27). Sum of RGB (Red+Green+Blue) = 188+120+27=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC781B is #4387E4. Grayscale: #828282. Windows color (decimal): -4425701 or 1800380. OLE color: 1800380.

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

Color convert

RGB 188 120 27 -
CMYK 0 0.36 0.86 0.26
HSL 34.66º 0.75% 0.42% -
HSV(B) 34.66º 0.86% 0.74% -
XYZ 27.65 24.2 4.25 -
YUV 129.73 70.03 169.56 -
System Red Green Blue C M Y K H S L
Decimal 188 120 27 0 0.36 0.86 0.26 34.66 0.75 0.42
Hex BC 78 1B 0 24 56 1A 23 4B 2A
Octal 274 170 33 0 44 126 32 43 113 52
Binary 10111100 1111000 11011 0 100100 1010110 11010 100011 1001011 101010

Color Harmonies of #BC781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC781B

Black with #BC781B

Text Example


Text Example

White with #BC781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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