Html Css Color HEX #BB250F Harley Davidson Orange

📋 copy color: '#BB250F'

red 187 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #BB250F

Tints of Harley Davidson Orange #BB250F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.48%

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

R = 78.24%
G = 15.48%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB250F (or 0xBB250F) is known color: Harley Davidson Orange. HEX triplet: BB, 25 and 0F. RGB value is (187,37,15). Sum of RGB (Red+Green+Blue) = 187+37+15=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB250F is #44DAF0. Grayscale: #4F4F4F. Windows color (decimal): -4512497 or 992699. OLE color: 992699.

HSL color Cylindrical-coordinate representation of color #BB250F: hue angle of 7.67º 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 #BB250F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 15 -
CMYK 0 0.80 0.92 0.27
HSL 7.67º 0.85% 0.4% -
HSV(B) 7.67º 0.92% 0.73% -
XYZ 21.24 11.92 1.63 -
YUV 79.34 91.7 204.79 -
System Red Green Blue C M Y K H S L
Decimal 187 37 15 0 0.80 0.92 0.27 7.67 0.85 0.4
Hex BB 25 F 0 50 5C 1B 8 55 28
Octal 273 45 17 0 120 134 33 10 125 50
Binary 10111011 100101 1111 0 1010000 1011100 11011 1000 1010101 101000

Color Harmonies of #BB250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB250F

Black with #BB250F

Text Example


Text Example

White with #BB250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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