Html Css Color HEX #BC3214 Harley Davidson Orange

📋 copy color: '#BC3214'

red 188 ◦ green 50 ◦ blue 20

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

Shades of Harley Davidson Orange #BC3214

Tints of Harley Davidson Orange #BC3214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 72.87%
G = 19.38%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC3214 (or 0xBC3214) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 14. RGB value is (188,50,20). Sum of RGB (Red+Green+Blue) = 188+50+20=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3214 is #43CDEB. Grayscale: #585858. Windows color (decimal): -4443628 or 1323708. OLE color: 1323708.

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

Color convert

RGB 188 50 20 -
CMYK 0 0.73 0.89 0.26
HSL 10.71º 0.81% 0.41% -
HSV(B) 10.71º 0.89% 0.74% -
XYZ 22.01 13.02 2.02 -
YUV 87.84 89.72 199.44 -
System Red Green Blue C M Y K H S L
Decimal 188 50 20 0 0.73 0.89 0.26 10.71 0.81 0.41
Hex BC 32 14 0 49 59 1A B 51 29
Octal 274 62 24 0 111 131 32 13 121 51
Binary 10111100 110010 10100 0 1001001 1011001 11010 1011 1010001 101001

Color Harmonies of #BC3214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3214

Black with #BC3214

Text Example


Text Example

White with #BC3214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3214; }

 p { color: rgb(188,50,20); }

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

background-color css

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

 a { background-color: rgb(188,50,20); }

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

border-color css

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

 span { border-color: rgb(188,50,20); }

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