Html Css Color HEX #BB220D Harley Davidson Orange

📋 copy color: '#BB220D'

red 187 ◦ green 34 ◦ blue 13

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

Shades of Harley Davidson Orange #BB220D

Tints of Harley Davidson Orange #BB220D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

 BLUE value IS 13 (5.47% from 255) = 5.56%

R = 79.91%
G = 14.53%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB220D (or 0xBB220D) is known color: Harley Davidson Orange. HEX triplet: BB, 22 and 0D. RGB value is (187,34,13). Sum of RGB (Red+Green+Blue) = 187+34+13=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB220D is #44DDF2. Grayscale: #4D4D4D. Windows color (decimal): -4513267 or 860859. OLE color: 860859.

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

Color convert

RGB 187 34 13 -
CMYK 0 0.82 0.93 0.27
HSL 7.24º 0.87% 0.39% -
HSV(B) 7.24º 0.93% 0.73% -
XYZ 21.14 11.74 1.53 -
YUV 77.35 91.69 206.21 -
System Red Green Blue C M Y K H S L
Decimal 187 34 13 0 0.82 0.93 0.27 7.24 0.87 0.39
Hex BB 22 D 0 52 5D 1B 7 57 27
Octal 273 42 15 0 122 135 33 7 127 47
Binary 10111011 100010 1101 0 1010010 1011101 11011 111 1010111 100111

Color Harmonies of #BB220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB220D

Black with #BB220D

Text Example


Text Example

White with #BB220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB220D; }

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

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

background-color css

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

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

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

border-color css

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

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

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