Html Css Color HEX #BC7823 Pirate Gold

📋 copy color: '#BC7823'

red 188 ◦ green 120 ◦ blue 35

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

Shades of Pirate Gold #BC7823

Tints of Pirate Gold #BC7823

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.99%

 BLUE value IS 35 (14.06% from 255) = 10.2%

R = 54.81%
G = 34.99%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC7823 (or 0xBC7823) is known color: Pirate Gold. HEX triplet: BC, 78 and 23. RGB value is (188,120,35). Sum of RGB (Red+Green+Blue) = 188+120+35=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7823 is #4387DC. Grayscale: #838383. Windows color (decimal): -4425693 or 2324668. OLE color: 2324668.

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

Color convert

RGB 188 120 35 -
CMYK 0 0.36 0.81 0.26
HSL 33.33º 0.69% 0.44% -
HSV(B) 33.33º 0.81% 0.74% -
XYZ 27.76 24.25 4.81 -
YUV 130.64 74.03 168.91 -
System Red Green Blue C M Y K H S L
Decimal 188 120 35 0 0.36 0.81 0.26 33.33 0.69 0.44
Hex BC 78 23 0 24 51 1A 21 45 2C
Octal 274 170 43 0 44 121 32 41 105 54
Binary 10111100 1111000 100011 0 100100 1010001 11010 100001 1000101 101100

Color Harmonies of #BC7823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7823

Black with #BC7823

Text Example


Text Example

White with #BC7823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7823; }

 p { color: rgb(188,120,35); }

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

background-color css

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

 a { background-color: rgb(188,120,35); }

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

border-color css

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

 span { border-color: rgb(188,120,35); }

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