Html Css Color HEX #BC3211 Harley Davidson Orange

📋 copy color: '#BC3211'

red 188 ◦ green 50 ◦ blue 17

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

Shades of Harley Davidson Orange #BC3211

Tints of Harley Davidson Orange #BC3211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 73.73%
G = 19.61%
B = 6.67%

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

#BC3211 (or 0xBC3211) is known color: Harley Davidson Orange. HEX triplet: BC, 32 and 11. RGB value is (188,50,17). Sum of RGB (Red+Green+Blue) = 188+50+17=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3211 is #43CDEE. Grayscale: #575757. Windows color (decimal): -4443631 or 1127100. OLE color: 1127100.

HSL color Cylindrical-coordinate representation of color #BC3211: hue angle of 11.58º degrees, saturation: 0.83, 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 #BC3211 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 50 17 -
CMYK 0 0.73 0.91 0.26
HSL 11.58º 0.83% 0.4% -
HSV(B) 11.58º 0.91% 0.74% -
XYZ 21.98 13.01 1.88 -
YUV 87.5 88.22 199.68 -
System Red Green Blue C M Y K H S L
Decimal 188 50 17 0 0.73 0.91 0.26 11.58 0.83 0.4
Hex BC 32 11 0 49 5B 1A C 53 28
Octal 274 62 21 0 111 133 32 14 123 50
Binary 10111100 110010 10001 0 1001001 1011011 11010 1100 1010011 101000

Color Harmonies of #BC3211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3211

Black with #BC3211

Text Example


Text Example

White with #BC3211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3211; }

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

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

background-color css

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

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

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

border-color css

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

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

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