Html Css Color HEX #BB371B Harley Davidson Orange

📋 copy color: '#BB371B'

red 187 ◦ green 55 ◦ blue 27

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

Shades of Harley Davidson Orange #BB371B

Tints of Harley Davidson Orange #BB371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.45%

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

R = 69.52%
G = 20.45%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB371B (or 0xBB371B) is known color: Harley Davidson Orange. HEX triplet: BB, 37 and 1B. RGB value is (187,55,27). Sum of RGB (Red+Green+Blue) = 187+55+27=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB371B is #44C8E4. Grayscale: #5B5B5B. Windows color (decimal): -4507877 or 1783739. OLE color: 1783739.

HSL color Cylindrical-coordinate representation of color #BB371B: hue angle of 10.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 #BB371B is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 55 27 -
CMYK 0 0.71 0.86 0.27
HSL 10.5º 0.75% 0.42% -
HSV(B) 10.5º 0.86% 0.73% -
XYZ 22.06 13.38 2.46 -
YUV 91.28 91.73 196.28 -
System Red Green Blue C M Y K H S L
Decimal 187 55 27 0 0.71 0.86 0.27 10.5 0.75 0.42
Hex BB 37 1B 0 47 56 1B A 4B 2A
Octal 273 67 33 0 107 126 33 12 113 52
Binary 10111011 110111 11011 0 1000111 1010110 11011 1010 1001011 101010

Color Harmonies of #BB371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB371B

Black with #BB371B

Text Example


Text Example

White with #BB371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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