Html Css Color HEX #BD2804 Harley Davidson Orange

📋 copy color: '#BD2804'

red 189 ◦ green 40 ◦ blue 4

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

Shades of Harley Davidson Orange #BD2804

Tints of Harley Davidson Orange #BD2804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 81.12%
G = 17.17%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD2804 (or 0xBD2804) is known color: Harley Davidson Orange. HEX triplet: BD, 28 and 04. RGB value is (189,40,4). Sum of RGB (Red+Green+Blue) = 189+40+4=233 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.12% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2804 is #42D7FB. Grayscale: #505050. Windows color (decimal): -4380668 or 272573. OLE color: 272573.

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

Color convert

RGB 189 40 4 -
CMYK 0 0.79 0.98 0.26
HSL 11.68º 0.96% 0.38% -
HSV(B) 11.68º 0.98% 0.74% -
XYZ 21.77 12.35 1.35 -
YUV 80.45 84.86 205.43 -
System Red Green Blue C M Y K H S L
Decimal 189 40 4 0 0.79 0.98 0.26 11.68 0.96 0.38
Hex BD 28 4 0 4F 62 1A C 60 26
Octal 275 50 4 0 117 142 32 14 140 46
Binary 10111101 101000 100 0 1001111 1100010 11010 1100 1100000 100110

Color Harmonies of #BD2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2804

Black with #BD2804

Text Example


Text Example

White with #BD2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2804; }

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

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

background-color css

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

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

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

border-color css

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

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

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