Html Css Color HEX #BD280E Harley Davidson Orange

📋 copy color: '#BD280E'

red 189 ◦ green 40 ◦ blue 14

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

Shades of Harley Davidson Orange #BD280E

Tints of Harley Davidson Orange #BD280E

RGB

 RED value IS 189 (74.22% from 255) = 77.78%

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

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 77.78%
G = 16.46%
B = 5.76%

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

#BD280E (or 0xBD280E) is known color: Harley Davidson Orange. HEX triplet: BD, 28 and 0E. RGB value is (189,40,14). Sum of RGB (Red+Green+Blue) = 189+40+14=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD280E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD280E is #42D7F1. Grayscale: #515151. Windows color (decimal): -4380658 or 927933. OLE color: 927933.

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

Color convert

RGB 189 40 14 -
CMYK 0 0.79 0.93 0.26
HSL 8.91º 0.86% 0.4% -
HSV(B) 8.91º 0.93% 0.74% -
XYZ 21.82 12.37 1.65 -
YUV 81.59 89.86 204.61 -
System Red Green Blue C M Y K H S L
Decimal 189 40 14 0 0.79 0.93 0.26 8.91 0.86 0.4
Hex BD 28 E 0 4F 5D 1A 9 56 28
Octal 275 50 16 0 117 135 32 11 126 50
Binary 10111101 101000 1110 0 1001111 1011101 11010 1001 1010110 101000

Color Harmonies of #BD280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD280E

Black with #BD280E

Text Example


Text Example

White with #BD280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD280E; }

 p { color: rgb(189,40,14); }

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

background-color css

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

 a { background-color: rgb(189,40,14); }

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

border-color css

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

 span { border-color: rgb(189,40,14); }

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