Html Css Color HEX #BC8023 Pirate Gold

📋 copy color: '#BC8023'

red 188 ◦ green 128 ◦ blue 35

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

Shades of Pirate Gold #BC8023

Tints of Pirate Gold #BC8023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

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

R = 53.56%
G = 36.47%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC8023 (or 0xBC8023) is known color: Pirate Gold. HEX triplet: BC, 80 and 23. RGB value is (188,128,35). Sum of RGB (Red+Green+Blue) = 188+128+35=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 35 (14.06% from 255 or 9.97% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8023 is #437FDC. Grayscale: #878787. Windows color (decimal): -4423645 or 2326716. OLE color: 2326716.

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

Color convert

RGB 188 128 35 -
CMYK 0 0.32 0.81 0.26
HSL 36.47º 0.69% 0.44% -
HSV(B) 36.47º 0.81% 0.74% -
XYZ 28.76 26.25 5.14 -
YUV 135.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 188 128 35 0 0.32 0.81 0.26 36.47 0.69 0.44
Hex BC 80 23 0 20 51 1A 24 45 2C
Octal 274 200 43 0 40 121 32 44 105 54
Binary 10111100 10000000 100011 0 100000 1010001 11010 100100 1000101 101100

Color Harmonies of #BC8023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8023

Black with #BC8023

Text Example


Text Example

White with #BC8023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8023; }

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

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

background-color css

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

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

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

border-color css

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

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

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