Html Css Color HEX #BE3C25 Harley Davidson Orange

📋 copy color: '#BE3C25'

red 190 ◦ green 60 ◦ blue 37

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

Shades of Harley Davidson Orange #BE3C25

Tints of Harley Davidson Orange #BE3C25

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

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

R = 66.2%
G = 20.91%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE3C25 (or 0xBE3C25) is known color: Harley Davidson Orange. HEX triplet: BE, 3C and 25. RGB value is (190,60,37). Sum of RGB (Red+Green+Blue) = 190+60+37=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3C25 is #41C3DA. Grayscale: #606060. Windows color (decimal): -4309979 or 2440382. OLE color: 2440382.

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

Color convert

RGB 190 60 37 -
CMYK 0 0.68 0.81 0.25
HSL 9.02º 0.67% 0.45% -
HSV(B) 9.02º 0.81% 0.75% -
XYZ 23.18 14.31 3.29 -
YUV 96.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 190 60 37 0 0.68 0.81 0.25 9.02 0.67 0.45
Hex BE 3C 25 0 44 51 19 9 43 2D
Octal 276 74 45 0 104 121 31 11 103 55
Binary 10111110 111100 100101 0 1000100 1010001 11001 1001 1000011 101101

Color Harmonies of #BE3C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C25

Black with #BE3C25

Text Example


Text Example

White with #BE3C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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