Html Css Color HEX #BC8323 Pirate Gold

📋 copy color: '#BC8323'

red 188 ◦ green 131 ◦ blue 35

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

Shades of Pirate Gold #BC8323

Tints of Pirate Gold #BC8323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

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

R = 53.11%
G = 37.01%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC8323 (or 0xBC8323) is known color: Pirate Gold. HEX triplet: BC, 83 and 23. RGB value is (188,131,35). Sum of RGB (Red+Green+Blue) = 188+131+35=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8323 is #437CDC. Grayscale: #898989. Windows color (decimal): -4422877 or 2327484. OLE color: 2327484.

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

Color convert

RGB 188 131 35 -
CMYK 0 0.30 0.81 0.26
HSL 37.65º 0.69% 0.44% -
HSV(B) 37.65º 0.81% 0.74% -
XYZ 29.16 27.05 5.27 -
YUV 137.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 188 131 35 0 0.30 0.81 0.26 37.65 0.69 0.44
Hex BC 83 23 0 1E 51 1A 26 45 2C
Octal 274 203 43 0 36 121 32 46 105 54
Binary 10111100 10000011 100011 0 11110 1010001 11010 100110 1000101 101100

Color Harmonies of #BC8323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8323

Black with #BC8323

Text Example


Text Example

White with #BC8323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8323; }

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

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

background-color css

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

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

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

border-color css

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

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

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