Html Css Color HEX #BC8227 Pirate Gold

📋 copy color: '#BC8227'

red 188 ◦ green 130 ◦ blue 39

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

Shades of Pirate Gold #BC8227

Tints of Pirate Gold #BC8227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.92%

R = 52.66%
G = 36.41%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8227 (or 0xBC8227) is known color: Pirate Gold. HEX triplet: BC, 82 and 27. RGB value is (188,130,39). Sum of RGB (Red+Green+Blue) = 188+130+39=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8227 is #437DD8. Grayscale: #898989. Windows color (decimal): -4423129 or 2589372. OLE color: 2589372.

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

Color convert

RGB 188 130 39 -
CMYK 0 0.31 0.79 0.26
HSL 36.64º 0.66% 0.45% -
HSV(B) 36.64º 0.79% 0.74% -
XYZ 29.09 26.8 5.56 -
YUV 136.97 72.72 164.4 -
System Red Green Blue C M Y K H S L
Decimal 188 130 39 0 0.31 0.79 0.26 36.64 0.66 0.45
Hex BC 82 27 0 1F 4F 1A 25 42 2D
Octal 274 202 47 0 37 117 32 45 102 55
Binary 10111100 10000010 100111 0 11111 1001111 11010 100101 1000010 101101

Color Harmonies of #BC8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8227

Black with #BC8227

Text Example


Text Example

White with #BC8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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