Html Css Color HEX #BB2C13 Harley Davidson Orange

📋 copy color: '#BB2C13'

red 187 ◦ green 44 ◦ blue 19

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

Shades of Harley Davidson Orange #BB2C13

Tints of Harley Davidson Orange #BB2C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.6%

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

R = 74.8%
G = 17.6%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB2C13 (or 0xBB2C13) is known color: Harley Davidson Orange. HEX triplet: BB, 2C and 13. RGB value is (187,44,19). Sum of RGB (Red+Green+Blue) = 187+44+19=250 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.8% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2C13 is #44D3EC. Grayscale: #545454. Windows color (decimal): -4510701 or 1256635. OLE color: 1256635.

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

Color convert

RGB 187 44 19 -
CMYK 0 0.76 0.90 0.27
HSL 8.93º 0.82% 0.4% -
HSV(B) 8.93º 0.9% 0.73% -
XYZ 21.51 12.41 1.88 -
YUV 83.91 91.38 201.53 -
System Red Green Blue C M Y K H S L
Decimal 187 44 19 0 0.76 0.90 0.27 8.93 0.82 0.4
Hex BB 2C 13 0 4C 5A 1B 9 52 28
Octal 273 54 23 0 114 132 33 11 122 50
Binary 10111011 101100 10011 0 1001100 1011010 11011 1001 1010010 101000

Color Harmonies of #BB2C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2C13

Black with #BB2C13

Text Example


Text Example

White with #BB2C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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