Html Css Color HEX #BC2711 Harley Davidson Orange

📋 copy color: '#BC2711'

red 188 ◦ green 39 ◦ blue 17

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

Shades of Harley Davidson Orange #BC2711

Tints of Harley Davidson Orange #BC2711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

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

R = 77.05%
G = 15.98%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC2711 (or 0xBC2711) is known color: Harley Davidson Orange. HEX triplet: BC, 27 and 11. RGB value is (188,39,17). Sum of RGB (Red+Green+Blue) = 188+39+17=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2711 is #43D8EE. Grayscale: #515151. Windows color (decimal): -4446447 or 1124284. OLE color: 1124284.

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

Color convert

RGB 188 39 17 -
CMYK 0 0.79 0.91 0.26
HSL 7.72º 0.83% 0.4% -
HSV(B) 7.72º 0.91% 0.74% -
XYZ 21.57 12.18 1.75 -
YUV 81.04 91.86 204.29 -
System Red Green Blue C M Y K H S L
Decimal 188 39 17 0 0.79 0.91 0.26 7.72 0.83 0.4
Hex BC 27 11 0 4F 5B 1A 8 53 28
Octal 274 47 21 0 117 133 32 10 123 50
Binary 10111100 100111 10001 0 1001111 1011011 11010 1000 1010011 101000

Color Harmonies of #BC2711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2711

Black with #BC2711

Text Example


Text Example

White with #BC2711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2711; }

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

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

background-color css

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

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

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

border-color css

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

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

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