Html Css Color HEX #BC8122 Pirate Gold

📋 copy color: '#BC8122'

red 188 ◦ green 129 ◦ blue 34

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

Shades of Pirate Gold #BC8122

Tints of Pirate Gold #BC8122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.69%

R = 53.56%
G = 36.75%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC8122 (or 0xBC8122) is known color: Pirate Gold. HEX triplet: BC, 81 and 22. RGB value is (188,129,34). Sum of RGB (Red+Green+Blue) = 188+129+34=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8122 is #437EDD. Grayscale: #888888. Windows color (decimal): -4423390 or 2261436. OLE color: 2261436.

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

Color convert

RGB 188 129 34 -
CMYK 0 0.31 0.82 0.26
HSL 37.01º 0.69% 0.44% -
HSV(B) 37.01º 0.82% 0.74% -
XYZ 28.88 26.51 5.11 -
YUV 135.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 188 129 34 0 0.31 0.82 0.26 37.01 0.69 0.44
Hex BC 81 22 0 1F 52 1A 25 45 2C
Octal 274 201 42 0 37 122 32 45 105 54
Binary 10111100 10000001 100010 0 11111 1010010 11010 100101 1000101 101100

Color Harmonies of #BC8122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8122

Black with #BC8122

Text Example


Text Example

White with #BC8122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8122; }

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

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

background-color css

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

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

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

border-color css

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

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

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