Html Css Color HEX #BB280F Harley Davidson Orange

📋 copy color: '#BB280F'

red 187 ◦ green 40 ◦ blue 15

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

Shades of Harley Davidson Orange #BB280F

Tints of Harley Davidson Orange #BB280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 77.27%
G = 16.53%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB280F (or 0xBB280F) is known color: Harley Davidson Orange. HEX triplet: BB, 28 and 0F. RGB value is (187,40,15). Sum of RGB (Red+Green+Blue) = 187+40+15=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB280F is #44D7F0. Grayscale: #515151. Windows color (decimal): -4511729 or 993467. OLE color: 993467.

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

Color convert

RGB 187 40 15 -
CMYK 0 0.79 0.92 0.27
HSL 8.72º 0.85% 0.4% -
HSV(B) 8.72º 0.92% 0.73% -
XYZ 21.34 12.12 1.67 -
YUV 81.1 90.7 203.53 -
System Red Green Blue C M Y K H S L
Decimal 187 40 15 0 0.79 0.92 0.27 8.72 0.85 0.4
Hex BB 28 F 0 4F 5C 1B 9 55 28
Octal 273 50 17 0 117 134 33 11 125 50
Binary 10111011 101000 1111 0 1001111 1011100 11011 1001 1010101 101000

Color Harmonies of #BB280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB280F

Black with #BB280F

Text Example


Text Example

White with #BB280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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