Html Css Color HEX #BC2B06 Harley Davidson Orange

📋 copy color: '#BC2B06'

red 188 ◦ green 43 ◦ blue 6

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

Shades of Harley Davidson Orange #BC2B06

Tints of Harley Davidson Orange #BC2B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.53%

R = 79.32%
G = 18.14%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC2B06 (or 0xBC2B06) is known color: Harley Davidson Orange. HEX triplet: BC, 2B and 06. RGB value is (188,43,6). Sum of RGB (Red+Green+Blue) = 188+43+6=237 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.32% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2B06 is #43D4F9. Grayscale: #525252. Windows color (decimal): -4445434 or 404412. OLE color: 404412.

HSL color Cylindrical-coordinate representation of color #BC2B06: hue angle of 12.2º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC2B06 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 43 6 -
CMYK 0 0.77 0.97 0.26
HSL 12.2º 0.94% 0.38% -
HSV(B) 12.2º 0.97% 0.74% -
XYZ 21.64 12.43 1.43 -
YUV 82.14 85.04 203.51 -
System Red Green Blue C M Y K H S L
Decimal 188 43 6 0 0.77 0.97 0.26 12.2 0.94 0.38
Hex BC 2B 6 0 4D 61 1A C 5E 26
Octal 274 53 6 0 115 141 32 14 136 46
Binary 10111100 101011 110 0 1001101 1100001 11010 1100 1011110 100110

Color Harmonies of #BC2B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B06

Black with #BC2B06

Text Example


Text Example

White with #BC2B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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