Html Css Color HEX #BE3A25 Harley Davidson Orange

📋 copy color: '#BE3A25'

red 190 ◦ green 58 ◦ blue 37

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

Shades of Harley Davidson Orange #BE3A25

Tints of Harley Davidson Orange #BE3A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.98%

R = 66.67%
G = 20.35%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE3A25 (or 0xBE3A25) is known color: Harley Davidson Orange. HEX triplet: BE, 3A and 25. RGB value is (190,58,37). Sum of RGB (Red+Green+Blue) = 190+58+37=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A25 is #41C5DA. Grayscale: #5F5F5F. Windows color (decimal): -4310491 or 2439870. OLE color: 2439870.

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

Color convert

RGB 190 58 37 -
CMYK 0 0.69 0.81 0.25
HSL 8.24º 0.67% 0.45% -
HSV(B) 8.24º 0.81% 0.75% -
XYZ 23.08 14.11 3.26 -
YUV 95.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 190 58 37 0 0.69 0.81 0.25 8.24 0.67 0.45
Hex BE 3A 25 0 45 51 19 8 43 2D
Octal 276 72 45 0 105 121 31 10 103 55
Binary 10111110 111010 100101 0 1000101 1010001 11001 1000 1000011 101101

Color Harmonies of #BE3A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A25

Black with #BE3A25

Text Example


Text Example

White with #BE3A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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