Html Css Color HEX #BB3A1B Harley Davidson Orange

📋 copy color: '#BB3A1B'

red 187 ◦ green 58 ◦ blue 27

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

Shades of Harley Davidson Orange #BB3A1B

Tints of Harley Davidson Orange #BB3A1B

RGB

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

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

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

R = 68.75%
G = 21.32%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB3A1B (or 0xBB3A1B) is known color: Harley Davidson Orange. HEX triplet: BB, 3A and 1B. RGB value is (187,58,27). Sum of RGB (Red+Green+Blue) = 187+58+27=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A1B is #44C5E4. Grayscale: #5D5D5D. Windows color (decimal): -4507109 or 1784507. OLE color: 1784507.

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

Color convert

RGB 187 58 27 -
CMYK 0 0.69 0.86 0.27
HSL 11.63º 0.75% 0.42% -
HSV(B) 11.63º 0.86% 0.73% -
XYZ 22.2 13.67 2.51 -
YUV 93.04 90.74 195.02 -
System Red Green Blue C M Y K H S L
Decimal 187 58 27 0 0.69 0.86 0.27 11.63 0.75 0.42
Hex BB 3A 1B 0 45 56 1B C 4B 2A
Octal 273 72 33 0 105 126 33 14 113 52
Binary 10111011 111010 11011 0 1000101 1010110 11011 1100 1001011 101010

Color Harmonies of #BB3A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A1B

Black with #BB3A1B

Text Example


Text Example

White with #BB3A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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