Html Css Color HEX #BD2506 Harley Davidson Orange

📋 copy color: '#BD2506'

red 189 ◦ green 37 ◦ blue 6

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

Shades of Harley Davidson Orange #BD2506

Tints of Harley Davidson Orange #BD2506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 81.47%
G = 15.95%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD2506 (or 0xBD2506) is known color: Harley Davidson Orange. HEX triplet: BD, 25 and 06. RGB value is (189,37,6). Sum of RGB (Red+Green+Blue) = 189+37+6=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2506 is #42DAF9. Grayscale: #4F4F4F. Windows color (decimal): -4381434 or 402877. OLE color: 402877.

HSL color Cylindrical-coordinate representation of color #BD2506: hue angle of 10.16º degrees, saturation: 0.94, 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 #BD2506 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 37 6 -
CMYK 0 0.80 0.97 0.26
HSL 10.16º 0.94% 0.38% -
HSV(B) 10.16º 0.97% 0.74% -
XYZ 21.68 12.16 1.38 -
YUV 78.91 86.86 206.52 -
System Red Green Blue C M Y K H S L
Decimal 189 37 6 0 0.80 0.97 0.26 10.16 0.94 0.38
Hex BD 25 6 0 50 61 1A A 5E 26
Octal 275 45 6 0 120 141 32 12 136 46
Binary 10111101 100101 110 0 1010000 1100001 11010 1010 1011110 100110

Color Harmonies of #BD2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2506

Black with #BD2506

Text Example


Text Example

White with #BD2506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2506; }

 p { color: rgb(189,37,6); }

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

background-color css

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

 a { background-color: rgb(189,37,6); }

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

border-color css

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

 span { border-color: rgb(189,37,6); }

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