Html Css Color HEX #BB3013 Harley Davidson Orange

📋 copy color: '#BB3013'

red 187 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #BB3013

Tints of Harley Davidson Orange #BB3013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 73.62%
G = 18.9%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB3013 (or 0xBB3013) is known color: Harley Davidson Orange. HEX triplet: BB, 30 and 13. RGB value is (187,48,19). Sum of RGB (Red+Green+Blue) = 187+48+19=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3013 is #44CFEC. Grayscale: #565656. Windows color (decimal): -4509677 or 1257659. OLE color: 1257659.

HSL color Cylindrical-coordinate representation of color #BB3013: hue angle of 10.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB3013 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 48 19 -
CMYK 0 0.74 0.90 0.27
HSL 10.36º 0.82% 0.4% -
HSV(B) 10.36º 0.9% 0.73% -
XYZ 21.67 12.73 1.93 -
YUV 86.26 90.05 199.86 -
System Red Green Blue C M Y K H S L
Decimal 187 48 19 0 0.74 0.90 0.27 10.36 0.82 0.4
Hex BB 30 13 0 4A 5A 1B A 52 28
Octal 273 60 23 0 112 132 33 12 122 50
Binary 10111011 110000 10011 0 1001010 1011010 11011 1010 1010010 101000

Color Harmonies of #BB3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3013

Black with #BB3013

Text Example


Text Example

White with #BB3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3013; }

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

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

background-color css

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

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

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

border-color css

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

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

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