Html Css Color HEX #BB300B Harley Davidson Orange

📋 copy color: '#BB300B'

red 187 ◦ green 48 ◦ blue 11

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

Shades of Harley Davidson Orange #BB300B

Tints of Harley Davidson Orange #BB300B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.51%

 BLUE value IS 11 (4.69% from 255) = 4.47%

R = 76.02%
G = 19.51%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB300B (or 0xBB300B) is known color: Harley Davidson Orange. HEX triplet: BB, 30 and 0B. RGB value is (187,48,11). Sum of RGB (Red+Green+Blue) = 187+48+11=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB300B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB300B is #44CFF4. Grayscale: #555555. Windows color (decimal): -4509685 or 733371. OLE color: 733371.

HSL color Cylindrical-coordinate representation of color #BB300B: hue angle of 12.61º degrees, saturation: 0.89, 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 #BB300B is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 48 11 -
CMYK 0 0.74 0.94 0.27
HSL 12.61º 0.89% 0.39% -
HSV(B) 12.61º 0.94% 0.73% -
XYZ 21.61 12.7 1.63 -
YUV 85.34 86.05 200.51 -
System Red Green Blue C M Y K H S L
Decimal 187 48 11 0 0.74 0.94 0.27 12.61 0.89 0.39
Hex BB 30 B 0 4A 5E 1B D 59 27
Octal 273 60 13 0 112 136 33 15 131 47
Binary 10111011 110000 1011 0 1001010 1011110 11011 1101 1011001 100111

Color Harmonies of #BB300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB300B

Black with #BB300B

Text Example


Text Example

White with #BB300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB300B; }

 p { color: rgb(187,48,11); }

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

background-color css

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

 a { background-color: rgb(187,48,11); }

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

border-color css

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

 span { border-color: rgb(187,48,11); }

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