Html Css Color HEX #BB280C Harley Davidson Orange

📋 copy color: '#BB280C'

red 187 ◦ green 40 ◦ blue 12

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

Shades of Harley Davidson Orange #BB280C

Tints of Harley Davidson Orange #BB280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 78.24%
G = 16.74%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB280C (or 0xBB280C) is known color: Harley Davidson Orange. HEX triplet: BB, 28 and 0C. RGB value is (187,40,12). Sum of RGB (Red+Green+Blue) = 187+40+12=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB280C is #44D7F3. Grayscale: #515151. Windows color (decimal): -4511732 or 796859. OLE color: 796859.

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

Color convert

RGB 187 40 12 -
CMYK 0 0.79 0.94 0.27
HSL 9.6º 0.88% 0.39% -
HSV(B) 9.6º 0.94% 0.73% -
XYZ 21.32 12.11 1.56 -
YUV 80.76 89.2 203.78 -
System Red Green Blue C M Y K H S L
Decimal 187 40 12 0 0.79 0.94 0.27 9.6 0.88 0.39
Hex BB 28 C 0 4F 5E 1B A 58 27
Octal 273 50 14 0 117 136 33 12 130 47
Binary 10111011 101000 1100 0 1001111 1011110 11011 1010 1011000 100111

Color Harmonies of #BB280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB280C

Black with #BB280C

Text Example


Text Example

White with #BB280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB280C; }

 p { color: rgb(187,40,12); }

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

background-color css

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

 a { background-color: rgb(187,40,12); }

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

border-color css

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

 span { border-color: rgb(187,40,12); }

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