Html Css Color HEX #BC2B13 Harley Davidson Orange

📋 copy color: '#BC2B13'

red 188 ◦ green 43 ◦ blue 19

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

Shades of Harley Davidson Orange #BC2B13

Tints of Harley Davidson Orange #BC2B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.2%

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 75.2%
G = 17.2%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC2B13 (or 0xBC2B13) is known color: Harley Davidson Orange. HEX triplet: BC, 2B and 13. RGB value is (188,43,19). Sum of RGB (Red+Green+Blue) = 188+43+19=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B13 is #43D4EC. Grayscale: #535353. Windows color (decimal): -4445421 or 1256380. OLE color: 1256380.

HSL color Cylindrical-coordinate representation of color #BC2B13: hue angle of 8.52º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC2B13 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 43 19 -
CMYK 0 0.77 0.90 0.26
HSL 8.52º 0.82% 0.41% -
HSV(B) 8.52º 0.9% 0.74% -
XYZ 21.72 12.47 1.88 -
YUV 83.62 91.54 202.45 -
System Red Green Blue C M Y K H S L
Decimal 188 43 19 0 0.77 0.90 0.26 8.52 0.82 0.41
Hex BC 2B 13 0 4D 5A 1A 9 52 29
Octal 274 53 23 0 115 132 32 11 122 51
Binary 10111100 101011 10011 0 1001101 1011010 11010 1001 1010010 101001

Color Harmonies of #BC2B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B13

Black with #BC2B13

Text Example


Text Example

White with #BC2B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B13; }

 p { color: rgb(188,43,19); }

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

background-color css

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

 a { background-color: rgb(188,43,19); }

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

border-color css

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

 span { border-color: rgb(188,43,19); }

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