Html Css Color HEX #BC2D1B Harley Davidson Orange

📋 copy color: '#BC2D1B'

red 188 ◦ green 45 ◦ blue 27

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

Shades of Harley Davidson Orange #BC2D1B

Tints of Harley Davidson Orange #BC2D1B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.31%

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 72.31%
G = 17.31%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC2D1B (or 0xBC2D1B) is known color: Harley Davidson Orange. HEX triplet: BC, 2D and 1B. RGB value is (188,45,27). Sum of RGB (Red+Green+Blue) = 188+45+27=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2D1B is #43D2E4. Grayscale: #555555. Windows color (decimal): -4444901 or 1781180. OLE color: 1781180.

HSL color Cylindrical-coordinate representation of color #BC2D1B: hue angle of 6.71º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC2D1B is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 45 27 -
CMYK 0 0.76 0.86 0.26
HSL 6.71º 0.75% 0.42% -
HSV(B) 6.71º 0.86% 0.74% -
XYZ 21.88 12.65 2.33 -
YUV 85.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 188 45 27 0 0.76 0.86 0.26 6.71 0.75 0.42
Hex BC 2D 1B 0 4C 56 1A 7 4B 2A
Octal 274 55 33 0 114 126 32 7 113 52
Binary 10111100 101101 11011 0 1001100 1010110 11010 111 1001011 101010

Color Harmonies of #BC2D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2D1B

Black with #BC2D1B

Text Example


Text Example

White with #BC2D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2D1B; }

 p { color: rgb(188,45,27); }

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

background-color css

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

 a { background-color: rgb(188,45,27); }

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

border-color css

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

 span { border-color: rgb(188,45,27); }

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