Html Css Color HEX #BE3215 Harley Davidson Orange

📋 copy color: '#BE3215'

red 190 ◦ green 50 ◦ blue 21

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

Shades of Harley Davidson Orange #BE3215

Tints of Harley Davidson Orange #BE3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 72.8%
G = 19.16%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE3215 (or 0xBE3215) is known color: Harley Davidson Orange. HEX triplet: BE, 32 and 15. RGB value is (190,50,21). Sum of RGB (Red+Green+Blue) = 190+50+21=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3215 is #41CDEA. Grayscale: #585858. Windows color (decimal): -4312555 or 1389246. OLE color: 1389246.

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

Color convert

RGB 190 50 21 -
CMYK 0 0.74 0.89 0.25
HSL 10.3º 0.8% 0.41% -
HSV(B) 10.3º 0.89% 0.75% -
XYZ 22.51 13.28 2.09 -
YUV 88.55 89.88 200.36 -
System Red Green Blue C M Y K H S L
Decimal 190 50 21 0 0.74 0.89 0.25 10.3 0.8 0.41
Hex BE 32 15 0 4A 59 19 A 50 29
Octal 276 62 25 0 112 131 31 12 120 51
Binary 10111110 110010 10101 0 1001010 1011001 11001 1010 1010000 101001

Color Harmonies of #BE3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3215

Black with #BE3215

Text Example


Text Example

White with #BE3215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3215; }

 p { color: rgb(190,50,21); }

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

background-color css

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

 a { background-color: rgb(190,50,21); }

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

border-color css

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

 span { border-color: rgb(190,50,21); }

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