Html Css Color HEX #BB2701 Harley Davidson Orange

📋 copy color: '#BB2701'

red 187 ◦ green 39 ◦ blue 1

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

Shades of Harley Davidson Orange #BB2701

Tints of Harley Davidson Orange #BB2701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 82.38%
G = 17.18%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB2701 (or 0xBB2701) is known color: Harley Davidson Orange. HEX triplet: BB, 27 and 01. RGB value is (187,39,1). Sum of RGB (Red+Green+Blue) = 187+39+1=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2701 is #44D8FE. Grayscale: #4F4F4F. Windows color (decimal): -4511999 or 75707. OLE color: 75707.

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

Color convert

RGB 187 39 1 -
CMYK 0 0.79 0.99 0.27
HSL 12.26º 0.99% 0.37% -
HSV(B) 12.26º 0.99% 0.73% -
XYZ 21.22 12.02 1.23 -
YUV 78.92 84.03 205.09 -
System Red Green Blue C M Y K H S L
Decimal 187 39 1 0 0.79 0.99 0.27 12.26 0.99 0.37
Hex BB 27 1 0 4F 63 1B C 63 25
Octal 273 47 1 0 117 143 33 14 143 45
Binary 10111011 100111 1 0 1001111 1100011 11011 1100 1100011 100101

Color Harmonies of #BB2701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2701

Black with #BB2701

Text Example


Text Example

White with #BB2701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2701; }

 p { color: rgb(187,39,1); }

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

background-color css

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

 a { background-color: rgb(187,39,1); }

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

border-color css

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

 span { border-color: rgb(187,39,1); }

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