Html Css Color HEX #BB2612 Harley Davidson Orange

📋 copy color: '#BB2612'

red 187 ◦ green 38 ◦ blue 18

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

Shades of Harley Davidson Orange #BB2612

Tints of Harley Davidson Orange #BB2612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.64%

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 76.95%
G = 15.64%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB2612 (or 0xBB2612) is known color: Harley Davidson Orange. HEX triplet: BB, 26 and 12. RGB value is (187,38,18). Sum of RGB (Red+Green+Blue) = 187+38+18=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2612 is #44D9ED. Grayscale: #505050. Windows color (decimal): -4512238 or 1189563. OLE color: 1189563.

HSL color Cylindrical-coordinate representation of color #BB2612: hue angle of 7.1º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB2612 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 18 -
CMYK 0 0.80 0.90 0.27
HSL 7.1º 0.82% 0.4% -
HSV(B) 7.1º 0.9% 0.73% -
XYZ 21.3 11.99 1.77 -
YUV 80.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 187 38 18 0 0.80 0.90 0.27 7.1 0.82 0.4
Hex BB 26 12 0 50 5A 1B 7 52 28
Octal 273 46 22 0 120 132 33 7 122 50
Binary 10111011 100110 10010 0 1010000 1011010 11011 111 1010010 101000

Color Harmonies of #BB2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2612

Black with #BB2612

Text Example


Text Example

White with #BB2612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2612; }

 p { color: rgb(187,38,18); }

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

background-color css

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

 a { background-color: rgb(187,38,18); }

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

border-color css

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

 span { border-color: rgb(187,38,18); }

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