Html Css Color HEX #BE2C0B Harley Davidson Orange

📋 copy color: '#BE2C0B'

red 190 ◦ green 44 ◦ blue 11

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

Shades of Harley Davidson Orange #BE2C0B

Tints of Harley Davidson Orange #BE2C0B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.96%

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 77.55%
G = 17.96%
B = 4.49%

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

#BE2C0B (or 0xBE2C0B) is known color: Harley Davidson Orange. HEX triplet: BE, 2C and 0B. RGB value is (190,44,11). Sum of RGB (Red+Green+Blue) = 190+44+11=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2C0B is #41D3F4. Grayscale: #545454. Windows color (decimal): -4314101 or 732350. OLE color: 732350.

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

Color convert

RGB 190 44 11 -
CMYK 0 0.77 0.94 0.25
HSL 11.06º 0.89% 0.39% -
HSV(B) 11.06º 0.94% 0.75% -
XYZ 22.2 12.77 1.61 -
YUV 83.89 86.87 203.68 -
System Red Green Blue C M Y K H S L
Decimal 190 44 11 0 0.77 0.94 0.25 11.06 0.89 0.39
Hex BE 2C B 0 4D 5E 19 B 59 27
Octal 276 54 13 0 115 136 31 13 131 47
Binary 10111110 101100 1011 0 1001101 1011110 11001 1011 1011001 100111

Color Harmonies of #BE2C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C0B

Black with #BE2C0B

Text Example


Text Example

White with #BE2C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C0B; }

 p { color: rgb(190,44,11); }

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

background-color css

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

 a { background-color: rgb(190,44,11); }

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

border-color css

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

 span { border-color: rgb(190,44,11); }

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