Html Css Color HEX #BB3618 Harley Davidson Orange

📋 copy color: '#BB3618'

red 187 ◦ green 54 ◦ blue 24

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

Shades of Harley Davidson Orange #BB3618

Tints of Harley Davidson Orange #BB3618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 70.57%
G = 20.38%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB3618 (or 0xBB3618) is known color: Harley Davidson Orange. HEX triplet: BB, 36 and 18. RGB value is (187,54,24). Sum of RGB (Red+Green+Blue) = 187+54+24=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3618 is #44C9E7. Grayscale: #5A5A5A. Windows color (decimal): -4508136 or 1586875. OLE color: 1586875.

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

Color convert

RGB 187 54 24 -
CMYK 0 0.71 0.87 0.27
HSL 11.04º 0.77% 0.41% -
HSV(B) 11.04º 0.87% 0.73% -
XYZ 21.98 13.27 2.27 -
YUV 90.35 90.56 196.94 -
System Red Green Blue C M Y K H S L
Decimal 187 54 24 0 0.71 0.87 0.27 11.04 0.77 0.41
Hex BB 36 18 0 47 57 1B B 4D 29
Octal 273 66 30 0 107 127 33 13 115 51
Binary 10111011 110110 11000 0 1000111 1010111 11011 1011 1001101 101001

Color Harmonies of #BB3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3618

Black with #BB3618

Text Example


Text Example

White with #BB3618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3618; }

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

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

background-color css

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

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

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

border-color css

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

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

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