Html Css Color HEX #BB270E Harley Davidson Orange

📋 copy color: '#BB270E'

red 187 ◦ green 39 ◦ blue 14

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

Shades of Harley Davidson Orange #BB270E

Tints of Harley Davidson Orange #BB270E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 77.92%
G = 16.25%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB270E (or 0xBB270E) is known color: Harley Davidson Orange. HEX triplet: BB, 27 and 0E. RGB value is (187,39,14). Sum of RGB (Red+Green+Blue) = 187+39+14=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB270E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB270E is #44D8F1. Grayscale: #505050. Windows color (decimal): -4511986 or 927675. OLE color: 927675.

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

Color convert

RGB 187 39 14 -
CMYK 0 0.79 0.93 0.27
HSL 8.67º 0.86% 0.39% -
HSV(B) 8.67º 0.93% 0.73% -
XYZ 21.3 12.05 1.62 -
YUV 80.4 90.53 204.03 -
System Red Green Blue C M Y K H S L
Decimal 187 39 14 0 0.79 0.93 0.27 8.67 0.86 0.39
Hex BB 27 E 0 4F 5D 1B 9 56 27
Octal 273 47 16 0 117 135 33 11 126 47
Binary 10111011 100111 1110 0 1001111 1011101 11011 1001 1010110 100111

Color Harmonies of #BB270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB270E

Black with #BB270E

Text Example


Text Example

White with #BB270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB270E; }

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

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

background-color css

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

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

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

border-color css

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

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

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