Html Css Color HEX #BB3722 Harley Davidson Orange

📋 copy color: '#BB3722'

red 187 ◦ green 55 ◦ blue 34

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

Shades of Harley Davidson Orange #BB3722

Tints of Harley Davidson Orange #BB3722

RGB

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

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

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

R = 67.75%
G = 19.93%
B = 12.32%

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

#BB3722 (or 0xBB3722) is known color: Harley Davidson Orange. HEX triplet: BB, 37 and 22. RGB value is (187,55,34). Sum of RGB (Red+Green+Blue) = 187+55+34=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3722 is #44C8DD. Grayscale: #5C5C5C. Windows color (decimal): -4507870 or 2242491. OLE color: 2242491.

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

Color convert

RGB 187 55 34 -
CMYK 0 0.71 0.82 0.27
HSL 8.24º 0.69% 0.43% -
HSV(B) 8.24º 0.82% 0.73% -
XYZ 22.15 13.41 2.93 -
YUV 92.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 187 55 34 0 0.71 0.82 0.27 8.24 0.69 0.43
Hex BB 37 22 0 47 52 1B 8 45 2B
Octal 273 67 42 0 107 122 33 10 105 53
Binary 10111011 110111 100010 0 1000111 1010010 11011 1000 1000101 101011

Color Harmonies of #BB3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3722

Black with #BB3722

Text Example


Text Example

White with #BB3722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3722; }

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

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

background-color css

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

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

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

border-color css

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

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

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