Html Css Color HEX #BC7023 Pirate Gold

📋 copy color: '#BC7023'

red 188 ◦ green 112 ◦ blue 35

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

Shades of Pirate Gold #BC7023

Tints of Pirate Gold #BC7023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 56.12%
G = 33.43%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC7023 (or 0xBC7023) is known color: Pirate Gold. HEX triplet: BC, 70 and 23. RGB value is (188,112,35). Sum of RGB (Red+Green+Blue) = 188+112+35=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7023 is #438FDC. Grayscale: #7E7E7E. Windows color (decimal): -4427741 or 2322620. OLE color: 2322620.

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

Color convert

RGB 188 112 35 -
CMYK 0 0.40 0.81 0.26
HSL 30.2º 0.69% 0.44% -
HSV(B) 30.2º 0.81% 0.74% -
XYZ 26.84 22.4 4.5 -
YUV 125.95 76.68 172.26 -
System Red Green Blue C M Y K H S L
Decimal 188 112 35 0 0.40 0.81 0.26 30.2 0.69 0.44
Hex BC 70 23 0 28 51 1A 1E 45 2C
Octal 274 160 43 0 50 121 32 36 105 54
Binary 10111100 1110000 100011 0 101000 1010001 11010 11110 1000101 101100

Color Harmonies of #BC7023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7023

Black with #BC7023

Text Example


Text Example

White with #BC7023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7023; }

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

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

background-color css

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

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

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

border-color css

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

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

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