Html Css Color HEX #BC2700 Harley Davidson Orange

📋 copy color: '#BC2700'

red 188 ◦ green 39 ◦ blue 0

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

Shades of Harley Davidson Orange #BC2700

Tints of Harley Davidson Orange #BC2700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.82%
G = 17.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC2700 (or 0xBC2700) is known color: Harley Davidson Orange. HEX triplet: BC, 27 and 00. RGB value is (188,39,0). Sum of RGB (Red+Green+Blue) = 188+39+0=227 (30% of max value = 765). Red value is 188 (73.83% from 255 or 82.82% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2700 is #43D8FF. Grayscale: #4F4F4F. Windows color (decimal): -4446464 or 10172. OLE color: 10172.

HSL color Cylindrical-coordinate representation of color #BC2700: hue angle of 12.45º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC2700 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 39 0 -
CMYK 0 0.79 1 0.26
HSL 12.45º 1% 0.37% -
HSV(B) 12.45º 1% 0.74% -
XYZ 21.46 12.14 1.21 -
YUV 79.11 83.36 205.67 -
System Red Green Blue C M Y K H S L
Decimal 188 39 0 0 0.79 1 0.26 12.45 1 0.37
Hex BC 27 0 0 4F 64 1A C 64 25
Octal 274 47 0 0 117 144 32 14 144 45
Binary 10111100 100111 0 0 1001111 1100100 11010 1100 1100100 100101

Color Harmonies of #BC2700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2700

Black with #BC2700

Text Example


Text Example

White with #BC2700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2700; }

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

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

background-color css

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

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

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

border-color css

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

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

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