Html Css Color HEX #BC250F Harley Davidson Orange

📋 copy color: '#BC250F'

red 188 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #BC250F

Tints of Harley Davidson Orange #BC250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 78.33%
G = 15.42%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC250F (or 0xBC250F) is known color: Harley Davidson Orange. HEX triplet: BC, 25 and 0F. RGB value is (188,37,15). Sum of RGB (Red+Green+Blue) = 188+37+15=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC250F is #43DAF0. Grayscale: #4F4F4F. Windows color (decimal): -4446961 or 992700. OLE color: 992700.

HSL color Cylindrical-coordinate representation of color #BC250F: hue angle of 7.63º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC250F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 15 -
CMYK 0 0.80 0.92 0.26
HSL 7.63º 0.85% 0.4% -
HSV(B) 7.63º 0.92% 0.74% -
XYZ 21.49 12.05 1.65 -
YUV 79.64 91.53 205.29 -
System Red Green Blue C M Y K H S L
Decimal 188 37 15 0 0.80 0.92 0.26 7.63 0.85 0.4
Hex BC 25 F 0 50 5C 1A 8 55 28
Octal 274 45 17 0 120 134 32 10 125 50
Binary 10111100 100101 1111 0 1010000 1011100 11010 1000 1010101 101000

Color Harmonies of #BC250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC250F

Black with #BC250F

Text Example


Text Example

White with #BC250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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