Html Css Color HEX #BC2508 Harley Davidson Orange

📋 copy color: '#BC2508'

red 188 ◦ green 37 ◦ blue 8

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

Shades of Harley Davidson Orange #BC2508

Tints of Harley Davidson Orange #BC2508

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.88%

 BLUE value IS 8 (3.52% from 255) = 3.43%

R = 80.69%
G = 15.88%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC2508 (or 0xBC2508) is known color: Harley Davidson Orange. HEX triplet: BC, 25 and 08. RGB value is (188,37,8). Sum of RGB (Red+Green+Blue) = 188+37+8=233 (30% of max value = 765). Red value is 188 (73.83% from 255 or 80.69% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC2508 is #43DAF7. Grayscale: #4F4F4F. Windows color (decimal): -4446968 or 533948. OLE color: 533948.

HSL color Cylindrical-coordinate representation of color #BC2508: hue angle of 9.67º degrees, saturation: 0.92, 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 #BC2508 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 8 -
CMYK 0 0.80 0.96 0.26
HSL 9.67º 0.92% 0.38% -
HSV(B) 9.67º 0.96% 0.74% -
XYZ 21.44 12.03 1.42 -
YUV 78.84 88.03 205.86 -
System Red Green Blue C M Y K H S L
Decimal 188 37 8 0 0.80 0.96 0.26 9.67 0.92 0.38
Hex BC 25 8 0 50 60 1A A 5C 26
Octal 274 45 10 0 120 140 32 12 134 46
Binary 10111100 100101 1000 0 1010000 1100000 11010 1010 1011100 100110

Color Harmonies of #BC2508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2508

Black with #BC2508

Text Example


Text Example

White with #BC2508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2508; }

 p { color: rgb(188,37,8); }

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

background-color css

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

 a { background-color: rgb(188,37,8); }

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

border-color css

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

 span { border-color: rgb(188,37,8); }

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