Html Css Color HEX #BE2B13 Harley Davidson Orange

📋 copy color: '#BE2B13'

red 190 ◦ green 43 ◦ blue 19

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

Shades of Harley Davidson Orange #BE2B13

Tints of Harley Davidson Orange #BE2B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.06%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 75.4%
G = 17.06%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE2B13 (or 0xBE2B13) is known color: Harley Davidson Orange. HEX triplet: BE, 2B and 13. RGB value is (190,43,19). Sum of RGB (Red+Green+Blue) = 190+43+19=252 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.40% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2B13 is #41D4EC. Grayscale: #545454. Windows color (decimal): -4314349 or 1256382. OLE color: 1256382.

HSL color Cylindrical-coordinate representation of color #BE2B13: hue angle of 8.42º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE2B13 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 43 19 -
CMYK 0 0.77 0.90 0.25
HSL 8.42º 0.82% 0.41% -
HSV(B) 8.42º 0.9% 0.75% -
XYZ 22.22 12.72 1.9 -
YUV 84.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 190 43 19 0 0.77 0.90 0.25 8.42 0.82 0.41
Hex BE 2B 13 0 4D 5A 19 8 52 29
Octal 276 53 23 0 115 132 31 10 122 51
Binary 10111110 101011 10011 0 1001101 1011010 11001 1000 1010010 101001

Color Harmonies of #BE2B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B13

Black with #BE2B13

Text Example


Text Example

White with #BE2B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B13; }

 p { color: rgb(190,43,19); }

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

background-color css

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

 a { background-color: rgb(190,43,19); }

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

border-color css

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

 span { border-color: rgb(190,43,19); }

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