Html Css Color HEX #BB3A1D Harley Davidson Orange

📋 copy color: '#BB3A1D'

red 187 ◦ green 58 ◦ blue 29

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

Shades of Harley Davidson Orange #BB3A1D

Tints of Harley Davidson Orange #BB3A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

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

R = 68.25%
G = 21.17%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB3A1D (or 0xBB3A1D) is known color: Harley Davidson Orange. HEX triplet: BB, 3A and 1D. RGB value is (187,58,29). Sum of RGB (Red+Green+Blue) = 187+58+29=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A1D is #44C5E2. Grayscale: #5D5D5D. Windows color (decimal): -4507107 or 1915579. OLE color: 1915579.

HSL color Cylindrical-coordinate representation of color #BB3A1D: hue angle of 11.01º 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 #BB3A1D is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 58 29 -
CMYK 0 0.69 0.84 0.27
HSL 11.01º 0.73% 0.42% -
HSV(B) 11.01º 0.84% 0.73% -
XYZ 22.23 13.68 2.63 -
YUV 93.27 91.74 194.86 -
System Red Green Blue C M Y K H S L
Decimal 187 58 29 0 0.69 0.84 0.27 11.01 0.73 0.42
Hex BB 3A 1D 0 45 54 1B B 49 2A
Octal 273 72 35 0 105 124 33 13 111 52
Binary 10111011 111010 11101 0 1000101 1010100 11011 1011 1001001 101010

Color Harmonies of #BB3A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A1D

Black with #BB3A1D

Text Example


Text Example

White with #BB3A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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