Html Css Color HEX #BB3622 Harley Davidson Orange

📋 copy color: '#BB3622'

red 187 ◦ green 54 ◦ blue 34

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

Shades of Harley Davidson Orange #BB3622

Tints of Harley Davidson Orange #BB3622

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.64%

 BLUE value IS 34 (13.67% from 255) = 12.36%

R = 68%
G = 19.64%
B = 12.36%

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

#BB3622 (or 0xBB3622) is known color: Harley Davidson Orange. HEX triplet: BB, 36 and 22. RGB value is (187,54,34). Sum of RGB (Red+Green+Blue) = 187+54+34=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3622 is #44C9DD. Grayscale: #5B5B5B. Windows color (decimal): -4508126 or 2242235. OLE color: 2242235.

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

Color convert

RGB 187 54 34 -
CMYK 0 0.71 0.82 0.27
HSL 7.84º 0.69% 0.43% -
HSV(B) 7.84º 0.82% 0.73% -
XYZ 22.1 13.32 2.92 -
YUV 91.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 187 54 34 0 0.71 0.82 0.27 7.84 0.69 0.43
Hex BB 36 22 0 47 52 1B 8 45 2B
Octal 273 66 42 0 107 122 33 10 105 53
Binary 10111011 110110 100010 0 1000111 1010010 11011 1000 1000101 101011

Color Harmonies of #BB3622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3622

Black with #BB3622

Text Example


Text Example

White with #BB3622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3622; }

 p { color: rgb(187,54,34); }

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

background-color css

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

 a { background-color: rgb(187,54,34); }

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

border-color css

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

 span { border-color: rgb(187,54,34); }

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