Html Css Color HEX #BB351D Harley Davidson Orange

📋 copy color: '#BB351D'

red 187 ◦ green 53 ◦ blue 29

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

Shades of Harley Davidson Orange #BB351D

Tints of Harley Davidson Orange #BB351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.7%

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 69.52%
G = 19.7%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB351D (or 0xBB351D) is known color: Harley Davidson Orange. HEX triplet: BB, 35 and 1D. RGB value is (187,53,29). Sum of RGB (Red+Green+Blue) = 187+53+29=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB351D is #44CAE2. Grayscale: #5A5A5A. Windows color (decimal): -4508387 or 1914299. OLE color: 1914299.

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

Color convert

RGB 187 53 29 -
CMYK 0 0.72 0.84 0.27
HSL 9.11º 0.73% 0.42% -
HSV(B) 9.11º 0.84% 0.73% -
XYZ 21.99 13.2 2.55 -
YUV 90.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 187 53 29 0 0.72 0.84 0.27 9.11 0.73 0.42
Hex BB 35 1D 0 48 54 1B 9 49 2A
Octal 273 65 35 0 110 124 33 11 111 52
Binary 10111011 110101 11101 0 1001000 1010100 11011 1001 1001001 101010

Color Harmonies of #BB351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB351D

Black with #BB351D

Text Example


Text Example

White with #BB351D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB351D; }

 p { color: rgb(187,53,29); }

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

background-color css

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

 a { background-color: rgb(187,53,29); }

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

border-color css

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

 span { border-color: rgb(187,53,29); }

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