Html Css Color HEX #BC831D Pirate Gold

📋 copy color: '#BC831D'

red 188 ◦ green 131 ◦ blue 29

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

Shades of Pirate Gold #BC831D

Tints of Pirate Gold #BC831D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.64%

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

R = 54.02%
G = 37.64%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC831D (or 0xBC831D) is known color: Pirate Gold. HEX triplet: BC, 83 and 1D. RGB value is (188,131,29). Sum of RGB (Red+Green+Blue) = 188+131+29=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC831D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC831D is #437CE2. Grayscale: #888888. Windows color (decimal): -4422883 or 1934268. OLE color: 1934268.

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

Color convert

RGB 188 131 29 -
CMYK 0 0.30 0.85 0.26
HSL 38.49º 0.73% 0.43% -
HSV(B) 38.49º 0.85% 0.74% -
XYZ 29.08 27.01 4.84 -
YUV 136.42 67.38 164.79 -
System Red Green Blue C M Y K H S L
Decimal 188 131 29 0 0.30 0.85 0.26 38.49 0.73 0.43
Hex BC 83 1D 0 1E 55 1A 26 49 2B
Octal 274 203 35 0 36 125 32 46 111 53
Binary 10111100 10000011 11101 0 11110 1010101 11010 100110 1001001 101011

Color Harmonies of #BC831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC831D

Black with #BC831D

Text Example


Text Example

White with #BC831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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