Html Css Color HEX #BB310A Harley Davidson Orange

📋 copy color: '#BB310A'

red 187 ◦ green 49 ◦ blue 10

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

Shades of Harley Davidson Orange #BB310A

Tints of Harley Davidson Orange #BB310A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

 BLUE value IS 10 (4.3% from 255) = 4.07%

R = 76.02%
G = 19.92%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB310A (or 0xBB310A) is known color: Harley Davidson Orange. HEX triplet: BB, 31 and 0A. RGB value is (187,49,10). Sum of RGB (Red+Green+Blue) = 187+49+10=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB310A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB310A is #44CEF5. Grayscale: #565656. Windows color (decimal): -4509430 or 668091. OLE color: 668091.

HSL color Cylindrical-coordinate representation of color #BB310A: hue angle of 13.22º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB310A is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 49 10 -
CMYK 0 0.74 0.95 0.27
HSL 13.22º 0.9% 0.39% -
HSV(B) 13.22º 0.95% 0.73% -
XYZ 21.65 12.78 1.61 -
YUV 85.82 85.22 200.17 -
System Red Green Blue C M Y K H S L
Decimal 187 49 10 0 0.74 0.95 0.27 13.22 0.9 0.39
Hex BB 31 A 0 4A 5F 1B D 5A 27
Octal 273 61 12 0 112 137 33 15 132 47
Binary 10111011 110001 1010 0 1001010 1011111 11011 1101 1011010 100111

Color Harmonies of #BB310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB310A

Black with #BB310A

Text Example


Text Example

White with #BB310A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB310A; }

 p { color: rgb(187,49,10); }

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

background-color css

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

 a { background-color: rgb(187,49,10); }

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

border-color css

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

 span { border-color: rgb(187,49,10); }

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