Html Css Color HEX #BB2700 Harley Davidson Orange

📋 copy color: '#BB2700'

red 187 ◦ green 39 ◦ blue 0

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

Shades of Harley Davidson Orange #BB2700

Tints of Harley Davidson Orange #BB2700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.74%
G = 17.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB2700 (or 0xBB2700) is known color: Harley Davidson Orange. HEX triplet: BB, 27 and 00. RGB value is (187,39,0). Sum of RGB (Red+Green+Blue) = 187+39+0=226 (29% of max value = 765). Red value is 187 (73.44% from 255 or 82.74% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2700 is #44D8FF. Grayscale: #4F4F4F. Windows color (decimal): -4512000 or 10171. OLE color: 10171.

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

Color convert

RGB 187 39 0 -
CMYK 0 0.79 1 0.27
HSL 12.51º 1% 0.37% -
HSV(B) 12.51º 1% 0.73% -
XYZ 21.22 12.02 1.2 -
YUV 78.81 83.53 205.17 -
System Red Green Blue C M Y K H S L
Decimal 187 39 0 0 0.79 1 0.27 12.51 1 0.37
Hex BB 27 0 0 4F 64 1B D 64 25
Octal 273 47 0 0 117 144 33 15 144 45
Binary 10111011 100111 0 0 1001111 1100100 11011 1101 1100100 100101

Color Harmonies of #BB2700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2700

Black with #BB2700

Text Example


Text Example

White with #BB2700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2700; }

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

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

background-color css

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

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

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

border-color css

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

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

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