Html Css Color HEX #BC2706 Harley Davidson Orange

📋 copy color: '#BC2706'

red 188 ◦ green 39 ◦ blue 6

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

Shades of Harley Davidson Orange #BC2706

Tints of Harley Davidson Orange #BC2706

RGB

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

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

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

R = 80.69%
G = 16.74%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC2706 (or 0xBC2706) is known color: Harley Davidson Orange. HEX triplet: BC, 27 and 06. RGB value is (188,39,6). Sum of RGB (Red+Green+Blue) = 188+39+6=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2706 is #43D8F9. Grayscale: #505050. Windows color (decimal): -4446458 or 403388. OLE color: 403388.

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

Color convert

RGB 188 39 6 -
CMYK 0 0.79 0.97 0.26
HSL 10.88º 0.94% 0.38% -
HSV(B) 10.88º 0.97% 0.74% -
XYZ 21.5 12.16 1.39 -
YUV 79.79 86.36 205.18 -
System Red Green Blue C M Y K H S L
Decimal 188 39 6 0 0.79 0.97 0.26 10.88 0.94 0.38
Hex BC 27 6 0 4F 61 1A B 5E 26
Octal 274 47 6 0 117 141 32 13 136 46
Binary 10111100 100111 110 0 1001111 1100001 11010 1011 1011110 100110

Color Harmonies of #BC2706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2706

Black with #BC2706

Text Example


Text Example

White with #BC2706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2706; }

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

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

background-color css

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

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

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

border-color css

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

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

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