Html Css Color HEX #BE220F Harley Davidson Orange

📋 copy color: '#BE220F'

red 190 ◦ green 34 ◦ blue 15

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

Shades of Harley Davidson Orange #BE220F

Tints of Harley Davidson Orange #BE220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 79.5%
G = 14.23%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE220F (or 0xBE220F) is known color: Harley Davidson Orange. HEX triplet: BE, 22 and 0F. RGB value is (190,34,15). Sum of RGB (Red+Green+Blue) = 190+34+15=239 (31% of max value = 765). Red value is 190 (74.61% from 255 or 79.50% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 190 - color contains mainly: red. Hex color #BE220F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE220F is #41DDF0. Grayscale: #4E4E4E. Windows color (decimal): -4316657 or 991934. OLE color: 991934.

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

Color convert

RGB 190 34 15 -
CMYK 0 0.82 0.92 0.25
HSL 6.51º 0.85% 0.4% -
HSV(B) 6.51º 0.92% 0.75% -
XYZ 21.89 12.13 1.64 -
YUV 78.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 190 34 15 0 0.82 0.92 0.25 6.51 0.85 0.4
Hex BE 22 F 0 52 5C 19 7 55 28
Octal 276 42 17 0 122 134 31 7 125 50
Binary 10111110 100010 1111 0 1010010 1011100 11001 111 1010101 101000

Color Harmonies of #BE220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE220F

Black with #BE220F

Text Example


Text Example

White with #BE220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE220F; }

 p { color: rgb(190,34,15); }

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

background-color css

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

 a { background-color: rgb(190,34,15); }

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

border-color css

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

 span { border-color: rgb(190,34,15); }

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