Html Css Color HEX #BC751E Pirate Gold

📋 copy color: '#BC751E'

red 188 ◦ green 117 ◦ blue 30

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

Shades of Pirate Gold #BC751E

Tints of Pirate Gold #BC751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

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

R = 56.12%
G = 34.93%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC751E (or 0xBC751E) is known color: Pirate Gold. HEX triplet: BC, 75 and 1E. RGB value is (188,117,30). Sum of RGB (Red+Green+Blue) = 188+117+30=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC751E is #438AE1. Grayscale: #808080. Windows color (decimal): -4426466 or 1996220. OLE color: 1996220.

HSL color Cylindrical-coordinate representation of color #BC751E: hue angle of 33.04º 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 #BC751E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 30 -
CMYK 0 0.38 0.84 0.26
HSL 33.04º 0.72% 0.43% -
HSV(B) 33.04º 0.84% 0.74% -
XYZ 27.33 23.51 4.33 -
YUV 128.31 72.52 170.57 -
System Red Green Blue C M Y K H S L
Decimal 188 117 30 0 0.38 0.84 0.26 33.04 0.72 0.43
Hex BC 75 1E 0 26 54 1A 21 48 2B
Octal 274 165 36 0 46 124 32 41 110 53
Binary 10111100 1110101 11110 0 100110 1010100 11010 100001 1001000 101011

Color Harmonies of #BC751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC751E

Black with #BC751E

Text Example


Text Example

White with #BC751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC751E; }

 p { color: rgb(188,117,30); }

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

background-color css

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

 a { background-color: rgb(188,117,30); }

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

border-color css

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

 span { border-color: rgb(188,117,30); }

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