Html Css Color HEX #BB2710 Harley Davidson Orange

📋 copy color: '#BB2710'

red 187 ◦ green 39 ◦ blue 16

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

Shades of Harley Davidson Orange #BB2710

Tints of Harley Davidson Orange #BB2710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.12%

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 77.27%
G = 16.12%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB2710 (or 0xBB2710) is known color: Harley Davidson Orange. HEX triplet: BB, 27 and 10. RGB value is (187,39,16). Sum of RGB (Red+Green+Blue) = 187+39+16=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2710 is #44D8EF. Grayscale: #505050. Windows color (decimal): -4511984 or 1058747. OLE color: 1058747.

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

Color convert

RGB 187 39 16 -
CMYK 0 0.79 0.91 0.27
HSL 8.07º 0.84% 0.4% -
HSV(B) 8.07º 0.91% 0.73% -
XYZ 21.31 12.05 1.69 -
YUV 80.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 187 39 16 0 0.79 0.91 0.27 8.07 0.84 0.4
Hex BB 27 10 0 4F 5B 1B 8 54 28
Octal 273 47 20 0 117 133 33 10 124 50
Binary 10111011 100111 10000 0 1001111 1011011 11011 1000 1010100 101000

Color Harmonies of #BB2710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2710

Black with #BB2710

Text Example


Text Example

White with #BB2710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2710; }

 p { color: rgb(187,39,16); }

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

background-color css

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

 a { background-color: rgb(187,39,16); }

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

border-color css

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

 span { border-color: rgb(187,39,16); }

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