Html Css Color HEX #BC821D Pirate Gold

📋 copy color: '#BC821D'

red 188 ◦ green 130 ◦ blue 29

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

Shades of Pirate Gold #BC821D

Tints of Pirate Gold #BC821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 54.18%
G = 37.46%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC821D (or 0xBC821D) is known color: Pirate Gold. HEX triplet: BC, 82 and 1D. RGB value is (188,130,29). Sum of RGB (Red+Green+Blue) = 188+130+29=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC821D is #437DE2. Grayscale: #888888. Windows color (decimal): -4423139 or 1934012. OLE color: 1934012.

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

Color convert

RGB 188 130 29 -
CMYK 0 0.31 0.85 0.26
HSL 38.11º 0.73% 0.43% -
HSV(B) 38.11º 0.85% 0.74% -
XYZ 28.94 26.75 4.8 -
YUV 135.83 67.72 165.21 -
System Red Green Blue C M Y K H S L
Decimal 188 130 29 0 0.31 0.85 0.26 38.11 0.73 0.43
Hex BC 82 1D 0 1F 55 1A 26 49 2B
Octal 274 202 35 0 37 125 32 46 111 53
Binary 10111100 10000010 11101 0 11111 1010101 11010 100110 1001001 101011

Color Harmonies of #BC821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC821D

Black with #BC821D

Text Example


Text Example

White with #BC821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC821D; }

 p { color: rgb(188,130,29); }

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

background-color css

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

 a { background-color: rgb(188,130,29); }

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

border-color css

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

 span { border-color: rgb(188,130,29); }

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