Html Css Color HEX #BC3210 Harley Davidson Orange

📋 copy color: '#BC3210'

red 188 ◦ green 50 ◦ blue 16

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

Shades of Harley Davidson Orange #BC3210

Tints of Harley Davidson Orange #BC3210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 74.02%
G = 19.69%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC3210 (or 0xBC3210) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 10. RGB value is (188,50,16). Sum of RGB (Red+Green+Blue) = 188+50+16=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3210 is #43CDEF. Grayscale: #575757. Windows color (decimal): -4443632 or 1061564. OLE color: 1061564.

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

Color convert

RGB 188 50 16 -
CMYK 0 0.73 0.91 0.26
HSL 11.86º 0.84% 0.4% -
HSV(B) 11.86º 0.91% 0.74% -
XYZ 21.97 13.01 1.84 -
YUV 87.39 87.72 199.76 -
System Red Green Blue C M Y K H S L
Decimal 188 50 16 0 0.73 0.91 0.26 11.86 0.84 0.4
Hex BC 32 10 0 49 5B 1A C 54 28
Octal 274 62 20 0 111 133 32 14 124 50
Binary 10111100 110010 10000 0 1001001 1011011 11010 1100 1010100 101000

Color Harmonies of #BC3210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3210

Black with #BC3210

Text Example


Text Example

White with #BC3210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3210; }

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

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

background-color css

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

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

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

border-color css

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

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

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