Html Css Color HEX #BB301B Harley Davidson Orange

📋 copy color: '#BB301B'

red 187 ◦ green 48 ◦ blue 27

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

Shades of Harley Davidson Orange #BB301B

Tints of Harley Davidson Orange #BB301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.31%

R = 71.37%
G = 18.32%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB301B (or 0xBB301B) is known color: Harley Davidson Orange. HEX triplet: BB, 30 and 1B. RGB value is (187,48,27). Sum of RGB (Red+Green+Blue) = 187+48+27=262 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.37% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 187 - color contains mainly: red. Hex color #BB301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB301B is #44CFE4. Grayscale: #575757. Windows color (decimal): -4509669 or 1781947. OLE color: 1781947.

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

Color convert

RGB 187 48 27 -
CMYK 0 0.74 0.86 0.27
HSL 7.88º 0.75% 0.42% -
HSV(B) 7.88º 0.86% 0.73% -
XYZ 21.75 12.76 2.35 -
YUV 87.17 94.05 199.21 -
System Red Green Blue C M Y K H S L
Decimal 187 48 27 0 0.74 0.86 0.27 7.88 0.75 0.42
Hex BB 30 1B 0 4A 56 1B 8 4B 2A
Octal 273 60 33 0 112 126 33 10 113 52
Binary 10111011 110000 11011 0 1001010 1010110 11011 1000 1001011 101010

Color Harmonies of #BB301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB301B

Black with #BB301B

Text Example


Text Example

White with #BB301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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