Html Css Color HEX #BC250B Harley Davidson Orange

📋 copy color: '#BC250B'

red 188 ◦ green 37 ◦ blue 11

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

Shades of Harley Davidson Orange #BC250B

Tints of Harley Davidson Orange #BC250B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.66%

R = 79.66%
G = 15.68%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC250B (or 0xBC250B) is known color: Harley Davidson Orange. HEX triplet: BC, 25 and 0B. RGB value is (188,37,11). Sum of RGB (Red+Green+Blue) = 188+37+11=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC250B is #43DAF4. Grayscale: #4F4F4F. Windows color (decimal): -4446965 or 730556. OLE color: 730556.

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

Color convert

RGB 188 37 11 -
CMYK 0 0.80 0.94 0.26
HSL 8.81º 0.89% 0.39% -
HSV(B) 8.81º 0.94% 0.74% -
XYZ 21.46 12.04 1.51 -
YUV 79.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 188 37 11 0 0.80 0.94 0.26 8.81 0.89 0.39
Hex BC 25 B 0 50 5E 1A 9 59 27
Octal 274 45 13 0 120 136 32 11 131 47
Binary 10111100 100101 1011 0 1010000 1011110 11010 1001 1011001 100111

Color Harmonies of #BC250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC250B

Black with #BC250B

Text Example


Text Example

White with #BC250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC250B; }

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

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

background-color css

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

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

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

border-color css

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

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

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