Html Css Color HEX #BE2608 Harley Davidson Orange

📋 copy color: '#BE2608'

red 190 ◦ green 38 ◦ blue 8

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

Shades of Harley Davidson Orange #BE2608

Tints of Harley Davidson Orange #BE2608

RGB

 RED value IS 190 (74.61% from 255) = 80.51%

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

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 80.51%
G = 16.1%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE2608 (or 0xBE2608) is known color: Harley Davidson Orange. HEX triplet: BE, 26 and 08. RGB value is (190,38,8). Sum of RGB (Red+Green+Blue) = 190+38+8=236 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.51% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2608 is #41D9F7. Grayscale: #505050. Windows color (decimal): -4315640 or 534206. OLE color: 534206.

HSL color Cylindrical-coordinate representation of color #BE2608: hue angle of 9.89º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE2608 is Cyan = 0, Magento = 0.8, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 38 8 -
CMYK 0 0.8 0.96 0.25
HSL 9.89º 0.92% 0.39% -
HSV(B) 9.89º 0.96% 0.75% -
XYZ 21.97 12.35 1.46 -
YUV 80.03 87.36 206.44 -
System Red Green Blue C M Y K H S L
Decimal 190 38 8 0 0.8 0.96 0.25 9.89 0.92 0.39
Hex BE 26 8 0 50 60 19 A 5C 27
Octal 276 46 10 0 120 140 31 12 134 47
Binary 10111110 100110 1000 0 1010000 1100000 11001 1010 1011100 100111

Color Harmonies of #BE2608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2608

Black with #BE2608

Text Example


Text Example

White with #BE2608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2608; }

 p { color: rgb(190,38,8); }

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

background-color css

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

 a { background-color: rgb(190,38,8); }

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

border-color css

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

 span { border-color: rgb(190,38,8); }

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