Html Css Color HEX #BB2405 Harley Davidson Orange

📋 copy color: '#BB2405'

red 187 ◦ green 36 ◦ blue 5

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

Shades of Harley Davidson Orange #BB2405

Tints of Harley Davidson Orange #BB2405

RGB

 RED value IS 187 (73.44% from 255) = 82.02%

 GREEN value IS 36 (14.45% from 255) = 15.79%

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

R = 82.02%
G = 15.79%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB2405 (or 0xBB2405) is known color: Harley Davidson Orange. HEX triplet: BB, 24 and 05. RGB value is (187,36,5). Sum of RGB (Red+Green+Blue) = 187+36+5=228 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.02% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2405 is #44DBFA. Grayscale: #4D4D4D. Windows color (decimal): -4512763 or 337083. OLE color: 337083.

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

Color convert

RGB 187 36 5 -
CMYK 0 0.81 0.97 0.27
HSL 10.22º 0.95% 0.38% -
HSV(B) 10.22º 0.97% 0.73% -
XYZ 21.15 11.84 1.31 -
YUV 77.62 87.03 206.02 -
System Red Green Blue C M Y K H S L
Decimal 187 36 5 0 0.81 0.97 0.27 10.22 0.95 0.38
Hex BB 24 5 0 51 61 1B A 5F 26
Octal 273 44 5 0 121 141 33 12 137 46
Binary 10111011 100100 101 0 1010001 1100001 11011 1010 1011111 100110

Color Harmonies of #BB2405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2405

Black with #BB2405

Text Example


Text Example

White with #BB2405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2405; }

 p { color: rgb(187,36,5); }

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

background-color css

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

 a { background-color: rgb(187,36,5); }

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

border-color css

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

 span { border-color: rgb(187,36,5); }

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