Html Css Color HEX #BB301D Harley Davidson Orange

📋 copy color: '#BB301D'

red 187 ◦ green 48 ◦ blue 29

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

Shades of Harley Davidson Orange #BB301D

Tints of Harley Davidson Orange #BB301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

 BLUE value IS 29 (11.72% from 255) = 10.98%

R = 70.83%
G = 18.18%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB301D (or 0xBB301D) is known color: Harley Davidson Orange. HEX triplet: BB, 30 and 1D. RGB value is (187,48,29). Sum of RGB (Red+Green+Blue) = 187+48+29=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB301D is #44CFE2. Grayscale: #575757. Windows color (decimal): -4509667 or 1913019. OLE color: 1913019.

HSL color Cylindrical-coordinate representation of color #BB301D: hue angle of 7.22º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB301D is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 48 29 -
CMYK 0 0.74 0.84 0.27
HSL 7.22º 0.73% 0.42% -
HSV(B) 7.22º 0.84% 0.73% -
XYZ 21.77 12.77 2.48 -
YUV 87.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 187 48 29 0 0.74 0.84 0.27 7.22 0.73 0.42
Hex BB 30 1D 0 4A 54 1B 7 49 2A
Octal 273 60 35 0 112 124 33 7 111 52
Binary 10111011 110000 11101 0 1001010 1010100 11011 111 1001001 101010

Color Harmonies of #BB301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB301D

Black with #BB301D

Text Example


Text Example

White with #BB301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB301D; }

 p { color: rgb(187,48,29); }

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

background-color css

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

 a { background-color: rgb(187,48,29); }

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

border-color css

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

 span { border-color: rgb(187,48,29); }

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