Html Css Color HEX #BB3C23 Harley Davidson Orange

📋 copy color: '#BB3C23'

red 187 ◦ green 60 ◦ blue 35

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

Shades of Harley Davidson Orange #BB3C23

Tints of Harley Davidson Orange #BB3C23

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.28%

 BLUE value IS 35 (14.06% from 255) = 12.41%

R = 66.31%
G = 21.28%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB3C23 (or 0xBB3C23) is known color: Harley Davidson Orange. HEX triplet: BB, 3C and 23. RGB value is (187,60,35). Sum of RGB (Red+Green+Blue) = 187+60+35=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3C23 is #44C3DC. Grayscale: #5F5F5F. Windows color (decimal): -4506589 or 2309307. OLE color: 2309307.

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

Color convert

RGB 187 60 35 -
CMYK 0 0.68 0.81 0.27
HSL 9.87º 0.68% 0.44% -
HSV(B) 9.87º 0.81% 0.73% -
XYZ 22.41 13.92 3.1 -
YUV 95.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 187 60 35 0 0.68 0.81 0.27 9.87 0.68 0.44
Hex BB 3C 23 0 44 51 1B A 44 2C
Octal 273 74 43 0 104 121 33 12 104 54
Binary 10111011 111100 100011 0 1000100 1010001 11011 1010 1000100 101100

Color Harmonies of #BB3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3C23

Black with #BB3C23

Text Example


Text Example

White with #BB3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3C23; }

 p { color: rgb(187,60,35); }

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

background-color css

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

 a { background-color: rgb(187,60,35); }

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

border-color css

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

 span { border-color: rgb(187,60,35); }

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