Html Css Color HEX #BE2B0A Harley Davidson Orange

📋 copy color: '#BE2B0A'

red 190 ◦ green 43 ◦ blue 10

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

Shades of Harley Davidson Orange #BE2B0A

Tints of Harley Davidson Orange #BE2B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 78.19%
G = 17.7%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE2B0A (or 0xBE2B0A) is known color: Harley Davidson Orange. HEX triplet: BE, 2B and 0A. RGB value is (190,43,10). Sum of RGB (Red+Green+Blue) = 190+43+10=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE2B0A is #41D4F5. Grayscale: #535353. Windows color (decimal): -4314358 or 666558. OLE color: 666558.

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

Color convert

RGB 190 43 10 -
CMYK 0 0.77 0.95 0.25
HSL 11º 0.9% 0.39% -
HSV(B) 11º 0.95% 0.75% -
XYZ 22.15 12.7 1.57 -
YUV 83.19 86.7 204.18 -
System Red Green Blue C M Y K H S L
Decimal 190 43 10 0 0.77 0.95 0.25 11 0.9 0.39
Hex BE 2B A 0 4D 5F 19 B 5A 27
Octal 276 53 12 0 115 137 31 13 132 47
Binary 10111110 101011 1010 0 1001101 1011111 11001 1011 1011010 100111

Color Harmonies of #BE2B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B0A

Black with #BE2B0A

Text Example


Text Example

White with #BE2B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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