Html Css Color HEX #BC2907 Harley Davidson Orange

📋 copy color: '#BC2907'

red 188 ◦ green 41 ◦ blue 7

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

Shades of Harley Davidson Orange #BC2907

Tints of Harley Davidson Orange #BC2907

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 79.66%
G = 17.37%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC2907 (or 0xBC2907) is known color: Harley Davidson Orange. HEX triplet: BC, 29 and 07. RGB value is (188,41,7). Sum of RGB (Red+Green+Blue) = 188+41+7=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2907 is #43D6F8. Grayscale: #515151. Windows color (decimal): -4445945 or 469436. OLE color: 469436.

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

Color convert

RGB 188 41 7 -
CMYK 0 0.78 0.96 0.26
HSL 11.27º 0.93% 0.38% -
HSV(B) 11.27º 0.96% 0.74% -
XYZ 21.57 12.29 1.44 -
YUV 81.08 86.2 204.26 -
System Red Green Blue C M Y K H S L
Decimal 188 41 7 0 0.78 0.96 0.26 11.27 0.93 0.38
Hex BC 29 7 0 4E 60 1A B 5D 26
Octal 274 51 7 0 116 140 32 13 135 46
Binary 10111100 101001 111 0 1001110 1100000 11010 1011 1011101 100110

Color Harmonies of #BC2907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2907

Black with #BC2907

Text Example


Text Example

White with #BC2907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2907; }

 p { color: rgb(188,41,7); }

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

background-color css

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

 a { background-color: rgb(188,41,7); }

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

border-color css

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

 span { border-color: rgb(188,41,7); }

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