Html Css Color HEX #BB1D02 Harley Davidson Orange

📋 copy color: '#BB1D02'

red 187 ◦ green 29 ◦ blue 2

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

Shades of Harley Davidson Orange #BB1D02

Tints of Harley Davidson Orange #BB1D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 85.78%
G = 13.3%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB1D02 (or 0xBB1D02) is known color: Harley Davidson Orange. HEX triplet: BB, 1D and 02. RGB value is (187,29,2). Sum of RGB (Red+Green+Blue) = 187+29+2=218 (28% of max value = 765). Red value is 187 (73.44% from 255 or 85.78% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB1D02 is #44E2FD. Grayscale: #494949. Windows color (decimal): -4514558 or 138683. OLE color: 138683.

HSL color Cylindrical-coordinate representation of color #BB1D02: hue angle of 8.76º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB1D02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 29 2 -
CMYK 0 0.84 0.99 0.27
HSL 8.76º 0.98% 0.37% -
HSV(B) 8.76º 0.99% 0.73% -
XYZ 20.94 11.45 1.16 -
YUV 73.16 87.85 209.2 -
System Red Green Blue C M Y K H S L
Decimal 187 29 2 0 0.84 0.99 0.27 8.76 0.98 0.37
Hex BB 1D 2 0 54 63 1B 9 62 25
Octal 273 35 2 0 124 143 33 11 142 45
Binary 10111011 11101 10 0 1010100 1100011 11011 1001 1100010 100101

Color Harmonies of #BB1D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1D02

Black with #BB1D02

Text Example


Text Example

White with #BB1D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1D02; }

 p { color: rgb(187,29,2); }

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

background-color css

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

 a { background-color: rgb(187,29,2); }

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

border-color css

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

 span { border-color: rgb(187,29,2); }

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