Html Css Color HEX #BC7922 Pirate Gold

📋 copy color: '#BC7922'

red 188 ◦ green 121 ◦ blue 34

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

Shades of Pirate Gold #BC7922

Tints of Pirate Gold #BC7922

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.28%

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

R = 54.81%
G = 35.28%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC7922 (or 0xBC7922) is known color: Pirate Gold. HEX triplet: BC, 79 and 22. RGB value is (188,121,34). Sum of RGB (Red+Green+Blue) = 188+121+34=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7922 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7922 is #4386DD. Grayscale: #838383. Windows color (decimal): -4425438 or 2259388. OLE color: 2259388.

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

Color convert

RGB 188 121 34 -
CMYK 0 0.36 0.82 0.26
HSL 33.9º 0.69% 0.44% -
HSV(B) 33.9º 0.82% 0.74% -
XYZ 27.87 24.48 4.77 -
YUV 131.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 188 121 34 0 0.36 0.82 0.26 33.9 0.69 0.44
Hex BC 79 22 0 24 52 1A 22 45 2C
Octal 274 171 42 0 44 122 32 42 105 54
Binary 10111100 1111001 100010 0 100100 1010010 11010 100010 1000101 101100

Color Harmonies of #BC7922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7922

Black with #BC7922

Text Example


Text Example

White with #BC7922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7922; }

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

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

background-color css

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

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

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

border-color css

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

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

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