Html Css Color HEX #BE2B0C Harley Davidson Orange

📋 copy color: '#BE2B0C'

red 190 ◦ green 43 ◦ blue 12

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

Shades of Harley Davidson Orange #BE2B0C

Tints of Harley Davidson Orange #BE2B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 77.55%
G = 17.55%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE2B0C (or 0xBE2B0C) is known color: Harley Davidson Orange. HEX triplet: BE, 2B and 0C. RGB value is (190,43,12). Sum of RGB (Red+Green+Blue) = 190+43+12=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2B0C is #41D4F3. Grayscale: #535353. Windows color (decimal): -4314356 or 797630. OLE color: 797630.

HSL color Cylindrical-coordinate representation of color #BE2B0C: hue angle of 10.45º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE2B0C is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 43 12 -
CMYK 0 0.77 0.94 0.25
HSL 10.45º 0.88% 0.4% -
HSV(B) 10.45º 0.94% 0.75% -
XYZ 22.17 12.7 1.63 -
YUV 83.42 87.7 204.02 -
System Red Green Blue C M Y K H S L
Decimal 190 43 12 0 0.77 0.94 0.25 10.45 0.88 0.4
Hex BE 2B C 0 4D 5E 19 A 58 28
Octal 276 53 14 0 115 136 31 12 130 50
Binary 10111110 101011 1100 0 1001101 1011110 11001 1010 1011000 101000

Color Harmonies of #BE2B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B0C

Black with #BE2B0C

Text Example


Text Example

White with #BE2B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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