Html Css Color HEX #BC260A Harley Davidson Orange

📋 copy color: '#BC260A'

red 188 ◦ green 38 ◦ blue 10

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

Shades of Harley Davidson Orange #BC260A

Tints of Harley Davidson Orange #BC260A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

 BLUE value IS 10 (4.3% from 255) = 4.24%

R = 79.66%
G = 16.1%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC260A (or 0xBC260A) is known color: Harley Davidson Orange. HEX triplet: BC, 26 and 0A. RGB value is (188,38,10). Sum of RGB (Red+Green+Blue) = 188+38+10=236 (31% of max value = 765). Red value is 188 (73.83% from 255 or 79.66% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 188 - color contains mainly: red. Hex color #BC260A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC260A is #43D9F5. Grayscale: #4F4F4F. Windows color (decimal): -4446710 or 665276. OLE color: 665276.

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

Color convert

RGB 188 38 10 -
CMYK 0 0.80 0.95 0.26
HSL 9.44º 0.9% 0.39% -
HSV(B) 9.44º 0.95% 0.74% -
XYZ 21.49 12.1 1.49 -
YUV 79.66 88.7 205.28 -
System Red Green Blue C M Y K H S L
Decimal 188 38 10 0 0.80 0.95 0.26 9.44 0.9 0.39
Hex BC 26 A 0 50 5F 1A 9 5A 27
Octal 274 46 12 0 120 137 32 11 132 47
Binary 10111100 100110 1010 0 1010000 1011111 11010 1001 1011010 100111

Color Harmonies of #BC260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC260A

Black with #BC260A

Text Example


Text Example

White with #BC260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC260A; }

 p { color: rgb(188,38,10); }

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

background-color css

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

 a { background-color: rgb(188,38,10); }

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

border-color css

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

 span { border-color: rgb(188,38,10); }

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