Html Css Color HEX #BD2902 Harley Davidson Orange

📋 copy color: '#BD2902'

red 189 ◦ green 41 ◦ blue 2

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

Shades of Harley Davidson Orange #BD2902

Tints of Harley Davidson Orange #BD2902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 81.47%
G = 17.67%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD2902 (or 0xBD2902) is known color: Harley Davidson Orange. HEX triplet: BD, 29 and 02. RGB value is (189,41,2). Sum of RGB (Red+Green+Blue) = 189+41+2=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2902 is #42D6FD. Grayscale: #515151. Windows color (decimal): -4380414 or 141757. OLE color: 141757.

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

Color convert

RGB 189 41 2 -
CMYK 0 0.78 0.99 0.26
HSL 12.51º 0.98% 0.37% -
HSV(B) 12.51º 0.99% 0.74% -
XYZ 21.79 12.41 1.3 -
YUV 80.81 83.53 205.17 -
System Red Green Blue C M Y K H S L
Decimal 189 41 2 0 0.78 0.99 0.26 12.51 0.98 0.37
Hex BD 29 2 0 4E 63 1A D 62 25
Octal 275 51 2 0 116 143 32 15 142 45
Binary 10111101 101001 10 0 1001110 1100011 11010 1101 1100010 100101

Color Harmonies of #BD2902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2902

Black with #BD2902

Text Example


Text Example

White with #BD2902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2902; }

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

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

background-color css

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

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

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

border-color css

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

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

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