Html Css Color HEX #BE3A14 Harley Davidson Orange

📋 copy color: '#BE3A14'

red 190 ◦ green 58 ◦ blue 20

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

Shades of Harley Davidson Orange #BE3A14

Tints of Harley Davidson Orange #BE3A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 70.9%
G = 21.64%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE3A14 (or 0xBE3A14) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 14. RGB value is (190,58,20). Sum of RGB (Red+Green+Blue) = 190+58+20=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A14 is #41C5EB. Grayscale: #5D5D5D. Windows color (decimal): -4310508 or 1325758. OLE color: 1325758.

HSL color Cylindrical-coordinate representation of color #BE3A14: hue angle of 13.41º degrees, saturation: 0.81, 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 #BE3A14 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 58 20 -
CMYK 0 0.69 0.89 0.25
HSL 13.41º 0.81% 0.41% -
HSV(B) 13.41º 0.89% 0.75% -
XYZ 22.87 14.02 2.16 -
YUV 93.14 86.73 197.09 -
System Red Green Blue C M Y K H S L
Decimal 190 58 20 0 0.69 0.89 0.25 13.41 0.81 0.41
Hex BE 3A 14 0 45 59 19 D 51 29
Octal 276 72 24 0 105 131 31 15 121 51
Binary 10111110 111010 10100 0 1000101 1011001 11001 1101 1010001 101001

Color Harmonies of #BE3A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A14

Black with #BE3A14

Text Example


Text Example

White with #BE3A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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