Html Css Color HEX #BB2F1B Harley Davidson Orange

📋 copy color: '#BB2F1B'

red 187 ◦ green 47 ◦ blue 27

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

Shades of Harley Davidson Orange #BB2F1B

Tints of Harley Davidson Orange #BB2F1B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.01%

 BLUE value IS 27 (10.94% from 255) = 10.34%

R = 71.65%
G = 18.01%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB2F1B (or 0xBB2F1B) is known color: Harley Davidson Orange. HEX triplet: BB, 2F and 1B. RGB value is (187,47,27). Sum of RGB (Red+Green+Blue) = 187+47+27=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2F1B is #44D0E4. Grayscale: #565656. Windows color (decimal): -4509925 or 1781691. OLE color: 1781691.

HSL color Cylindrical-coordinate representation of color #BB2F1B: hue angle of 7.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB2F1B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 47 27 -
CMYK 0 0.75 0.86 0.27
HSL 7.5º 0.75% 0.42% -
HSV(B) 7.5º 0.86% 0.73% -
XYZ 21.71 12.68 2.34 -
YUV 86.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 187 47 27 0 0.75 0.86 0.27 7.5 0.75 0.42
Hex BB 2F 1B 0 4B 56 1B 8 4B 2A
Octal 273 57 33 0 113 126 33 10 113 52
Binary 10111011 101111 11011 0 1001011 1010110 11011 1000 1001011 101010

Color Harmonies of #BB2F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2F1B

Black with #BB2F1B

Text Example


Text Example

White with #BB2F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2F1B; }

 p { color: rgb(187,47,27); }

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

background-color css

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

 a { background-color: rgb(187,47,27); }

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

border-color css

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

 span { border-color: rgb(187,47,27); }

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