Html Css Color HEX #BC280D Harley Davidson Orange

📋 copy color: '#BC280D'

red 188 ◦ green 40 ◦ blue 13

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

Shades of Harley Davidson Orange #BC280D

Tints of Harley Davidson Orange #BC280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.6%

 BLUE value IS 13 (5.47% from 255) = 5.39%

R = 78.01%
G = 16.6%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC280D (or 0xBC280D) is known color: Harley Davidson Orange. HEX triplet: BC, 28 and 0D. RGB value is (188,40,13). Sum of RGB (Red+Green+Blue) = 188+40+13=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC280D is #43D7F2. Grayscale: #515151. Windows color (decimal): -4446195 or 862396. OLE color: 862396.

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

Color convert

RGB 188 40 13 -
CMYK 0 0.79 0.93 0.26
HSL 9.26º 0.87% 0.39% -
HSV(B) 9.26º 0.93% 0.74% -
XYZ 21.57 12.24 1.61 -
YUV 81.17 89.53 204.2 -
System Red Green Blue C M Y K H S L
Decimal 188 40 13 0 0.79 0.93 0.26 9.26 0.87 0.39
Hex BC 28 D 0 4F 5D 1A 9 57 27
Octal 274 50 15 0 117 135 32 11 127 47
Binary 10111100 101000 1101 0 1001111 1011101 11010 1001 1010111 100111

Color Harmonies of #BC280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC280D

Black with #BC280D

Text Example


Text Example

White with #BC280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC280D; }

 p { color: rgb(188,40,13); }

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

background-color css

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

 a { background-color: rgb(188,40,13); }

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

border-color css

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

 span { border-color: rgb(188,40,13); }

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