Html Css Color HEX #BE3A1F Harley Davidson Orange

📋 copy color: '#BE3A1F'

red 190 ◦ green 58 ◦ blue 31

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

Shades of Harley Davidson Orange #BE3A1F

Tints of Harley Davidson Orange #BE3A1F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

 BLUE value IS 31 (12.5% from 255) = 11.11%

R = 68.1%
G = 20.79%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BE3A1F (or 0xBE3A1F) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 1F. RGB value is (190,58,31). Sum of RGB (Red+Green+Blue) = 190+58+31=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A1F is #41C5E0. Grayscale: #5E5E5E. Windows color (decimal): -4310497 or 2046654. OLE color: 2046654.

HSL color Cylindrical-coordinate representation of color #BE3A1F: hue angle of 10.19º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE3A1F is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 31 -
CMYK 0 0.69 0.84 0.25
HSL 10.19º 0.72% 0.43% -
HSV(B) 10.19º 0.84% 0.75% -
XYZ 23 14.07 2.8 -
YUV 94.39 92.23 196.2 -
System Red Green Blue C M Y K H S L
Decimal 190 58 31 0 0.69 0.84 0.25 10.19 0.72 0.43
Hex BE 3A 1F 0 45 54 19 A 48 2B
Octal 276 72 37 0 105 124 31 12 110 53
Binary 10111110 111010 11111 0 1000101 1010100 11001 1010 1001000 101011

Color Harmonies of #BE3A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A1F

Black with #BE3A1F

Text Example


Text Example

White with #BE3A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A1F; }

 p { color: rgb(190,58,31); }

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

background-color css

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

 a { background-color: rgb(190,58,31); }

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

border-color css

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

 span { border-color: rgb(190,58,31); }

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