Html Css Color HEX #BE3523 Harley Davidson Orange

📋 copy color: '#BE3523'

red 190 ◦ green 53 ◦ blue 35

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

Shades of Harley Davidson Orange #BE3523

Tints of Harley Davidson Orange #BE3523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

 BLUE value IS 35 (14.06% from 255) = 12.59%

R = 68.35%
G = 19.06%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE3523 (or 0xBE3523) is known color: Harley Davidson Orange. HEX triplet: BE, 35 and 23. RGB value is (190,53,35). Sum of RGB (Red+Green+Blue) = 190+53+35=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3523 is #41CADC. Grayscale: #5C5C5C. Windows color (decimal): -4311773 or 2307518. OLE color: 2307518.

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

Color convert

RGB 190 53 35 -
CMYK 0 0.72 0.82 0.25
HSL 6.97º 0.69% 0.44% -
HSV(B) 6.97º 0.82% 0.75% -
XYZ 22.81 13.61 3.02 -
YUV 91.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 190 53 35 0 0.72 0.82 0.25 6.97 0.69 0.44
Hex BE 35 23 0 48 52 19 7 45 2C
Octal 276 65 43 0 110 122 31 7 105 54
Binary 10111110 110101 100011 0 1001000 1010010 11001 111 1000101 101100

Color Harmonies of #BE3523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3523

Black with #BE3523

Text Example


Text Example

White with #BE3523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3523; }

 p { color: rgb(190,53,35); }

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

background-color css

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

 a { background-color: rgb(190,53,35); }

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

border-color css

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

 span { border-color: rgb(190,53,35); }

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