Html Css Color HEX #BC811D Pirate Gold

📋 copy color: '#BC811D'

red 188 ◦ green 129 ◦ blue 29

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

Shades of Pirate Gold #BC811D

Tints of Pirate Gold #BC811D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.28%

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

R = 54.34%
G = 37.28%
B = 8.38%

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

#BC811D (or 0xBC811D) is known color: Pirate Gold. HEX triplet: BC, 81 and 1D. RGB value is (188,129,29). Sum of RGB (Red+Green+Blue) = 188+129+29=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC811D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC811D is #437EE2. Grayscale: #878787. Windows color (decimal): -4423395 or 1933756. OLE color: 1933756.

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

Color convert

RGB 188 129 29 -
CMYK 0 0.31 0.85 0.26
HSL 37.74º 0.73% 0.43% -
HSV(B) 37.74º 0.85% 0.74% -
XYZ 28.81 26.48 4.76 -
YUV 135.24 68.05 165.63 -
System Red Green Blue C M Y K H S L
Decimal 188 129 29 0 0.31 0.85 0.26 37.74 0.73 0.43
Hex BC 81 1D 0 1F 55 1A 26 49 2B
Octal 274 201 35 0 37 125 32 46 111 53
Binary 10111100 10000001 11101 0 11111 1010101 11010 100110 1001001 101011

Color Harmonies of #BC811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC811D

Black with #BC811D

Text Example


Text Example

White with #BC811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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