Html Css Color HEX #BC7122 Pirate Gold

📋 copy color: '#BC7122'

red 188 ◦ green 113 ◦ blue 34

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

Shades of Pirate Gold #BC7122

Tints of Pirate Gold #BC7122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

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

R = 56.12%
G = 33.73%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC7122 (or 0xBC7122) is known color: Pirate Gold. HEX triplet: BC, 71 and 22. RGB value is (188,113,34). Sum of RGB (Red+Green+Blue) = 188+113+34=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7122 is #438EDD. Grayscale: #7E7E7E. Windows color (decimal): -4427486 or 2257340. OLE color: 2257340.

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

Color convert

RGB 188 113 34 -
CMYK 0 0.40 0.82 0.26
HSL 30.78º 0.69% 0.44% -
HSV(B) 30.78º 0.82% 0.74% -
XYZ 26.93 22.62 4.46 -
YUV 126.42 75.85 171.92 -
System Red Green Blue C M Y K H S L
Decimal 188 113 34 0 0.40 0.82 0.26 30.78 0.69 0.44
Hex BC 71 22 0 28 52 1A 1F 45 2C
Octal 274 161 42 0 50 122 32 37 105 54
Binary 10111100 1110001 100010 0 101000 1010010 11010 11111 1000101 101100

Color Harmonies of #BC7122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7122

Black with #BC7122

Text Example


Text Example

White with #BC7122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7122; }

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

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

background-color css

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

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

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

border-color css

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

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

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