Html Css Color HEX #BD2905 Harley Davidson Orange

📋 copy color: '#BD2905'

red 189 ◦ green 41 ◦ blue 5

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

Shades of Harley Davidson Orange #BD2905

Tints of Harley Davidson Orange #BD2905

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

 BLUE value IS 5 (2.34% from 255) = 2.13%

R = 80.43%
G = 17.45%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD2905 (or 0xBD2905) is known color: Harley Davidson Orange. HEX triplet: BD, 29 and 05. RGB value is (189,41,5). Sum of RGB (Red+Green+Blue) = 189+41+5=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2905 is #42D6FA. Grayscale: #515151. Windows color (decimal): -4380411 or 338365. OLE color: 338365.

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

Color convert

RGB 189 41 5 -
CMYK 0 0.78 0.97 0.26
HSL 11.74º 0.95% 0.38% -
HSV(B) 11.74º 0.97% 0.74% -
XYZ 21.81 12.42 1.39 -
YUV 81.15 85.03 204.93 -
System Red Green Blue C M Y K H S L
Decimal 189 41 5 0 0.78 0.97 0.26 11.74 0.95 0.38
Hex BD 29 5 0 4E 61 1A C 5F 26
Octal 275 51 5 0 116 141 32 14 137 46
Binary 10111101 101001 101 0 1001110 1100001 11010 1100 1011111 100110

Color Harmonies of #BD2905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2905

Black with #BD2905

Text Example


Text Example

White with #BD2905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2905; }

 p { color: rgb(189,41,5); }

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

background-color css

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

 a { background-color: rgb(189,41,5); }

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

border-color css

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

 span { border-color: rgb(189,41,5); }

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