Html Css Color HEX #BB3422 Harley Davidson Orange

📋 copy color: '#BB3422'

red 187 ◦ green 52 ◦ blue 34

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

Shades of Harley Davidson Orange #BB3422

Tints of Harley Davidson Orange #BB3422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

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

R = 68.5%
G = 19.05%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB3422 (or 0xBB3422) is known color: Harley Davidson Orange. HEX triplet: BB, 34 and 22. RGB value is (187,52,34). Sum of RGB (Red+Green+Blue) = 187+52+34=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3422 is #44CBDD. Grayscale: #5A5A5A. Windows color (decimal): -4508638 or 2241723. OLE color: 2241723.

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

Color convert

RGB 187 52 34 -
CMYK 0 0.72 0.82 0.27
HSL 7.06º 0.69% 0.43% -
HSV(B) 7.06º 0.82% 0.73% -
XYZ 22.01 13.14 2.89 -
YUV 90.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 187 52 34 0 0.72 0.82 0.27 7.06 0.69 0.43
Hex BB 34 22 0 48 52 1B 7 45 2B
Octal 273 64 42 0 110 122 33 7 105 53
Binary 10111011 110100 100010 0 1001000 1010010 11011 111 1000101 101011

Color Harmonies of #BB3422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3422

Black with #BB3422

Text Example


Text Example

White with #BB3422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3422; }

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

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

background-color css

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

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

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

border-color css

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

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

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