Html Css Color HEX #BB341A Harley Davidson Orange

📋 copy color: '#BB341A'

red 187 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #BB341A

Tints of Harley Davidson Orange #BB341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 70.57%
G = 19.62%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB341A (or 0xBB341A) is known color: Harley Davidson Orange. HEX triplet: BB, 34 and 1A. RGB value is (187,52,26). Sum of RGB (Red+Green+Blue) = 187+52+26=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB341A is #44CBE5. Grayscale: #595959. Windows color (decimal): -4508646 or 1717435. OLE color: 1717435.

HSL color Cylindrical-coordinate representation of color #BB341A: hue angle of 9.69º degrees, saturation: 0.76, 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 #BB341A is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 26 -
CMYK 0 0.72 0.86 0.27
HSL 9.69º 0.76% 0.42% -
HSV(B) 9.69º 0.86% 0.73% -
XYZ 21.91 13.1 2.35 -
YUV 89.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 187 52 26 0 0.72 0.86 0.27 9.69 0.76 0.42
Hex BB 34 1A 0 48 56 1B A 4C 2A
Octal 273 64 32 0 110 126 33 12 114 52
Binary 10111011 110100 11010 0 1001000 1010110 11011 1010 1001100 101010

Color Harmonies of #BB341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB341A

Black with #BB341A

Text Example


Text Example

White with #BB341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB341A; }

 p { color: rgb(187,52,26); }

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

background-color css

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

 a { background-color: rgb(187,52,26); }

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

border-color css

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

 span { border-color: rgb(187,52,26); }

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