Html Css Color HEX #BB3721 Harley Davidson Orange

📋 copy color: '#BB3721'

red 187 ◦ green 55 ◦ blue 33

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

Shades of Harley Davidson Orange #BB3721

Tints of Harley Davidson Orange #BB3721

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

 BLUE value IS 33 (13.28% from 255) = 12%

R = 68%
G = 20%
B = 12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB3721 (or 0xBB3721) is known color: Harley Davidson Orange. HEX triplet: BB, 37 and 21. RGB value is (187,55,33). Sum of RGB (Red+Green+Blue) = 187+55+33=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3721 is #44C8DE. Grayscale: #5C5C5C. Windows color (decimal): -4507871 or 2176955. OLE color: 2176955.

HSL color Cylindrical-coordinate representation of color #BB3721: hue angle of 8.57º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB3721 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 55 33 -
CMYK 0 0.71 0.82 0.27
HSL 8.57º 0.7% 0.43% -
HSV(B) 8.57º 0.82% 0.73% -
XYZ 22.13 13.41 2.86 -
YUV 91.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 187 55 33 0 0.71 0.82 0.27 8.57 0.7 0.43
Hex BB 37 21 0 47 52 1B 9 46 2B
Octal 273 67 41 0 107 122 33 11 106 53
Binary 10111011 110111 100001 0 1000111 1010010 11011 1001 1000110 101011

Color Harmonies of #BB3721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3721

Black with #BB3721

Text Example


Text Example

White with #BB3721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3721; }

 p { color: rgb(187,55,33); }

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

background-color css

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

 a { background-color: rgb(187,55,33); }

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

border-color css

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

 span { border-color: rgb(187,55,33); }

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