Html Css Color HEX #BE3324 Harley Davidson Orange

📋 copy color: '#BE3324'

red 190 ◦ green 51 ◦ blue 36

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

Shades of Harley Davidson Orange #BE3324

Tints of Harley Davidson Orange #BE3324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

 BLUE value IS 36 (14.45% from 255) = 13%

R = 68.59%
G = 18.41%
B = 13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BE3324 (or 0xBE3324) is known color: Harley Davidson Orange. HEX triplet: BE, 33 and 24. RGB value is (190,51,36). Sum of RGB (Red+Green+Blue) = 190+51+36=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3324 is #41CCDB. Grayscale: #5B5B5B. Windows color (decimal): -4312284 or 2372542. OLE color: 2372542.

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

Color convert

RGB 190 51 36 -
CMYK 0 0.73 0.81 0.25
HSL 5.84º 0.68% 0.44% -
HSV(B) 5.84º 0.81% 0.75% -
XYZ 22.74 13.44 3.07 -
YUV 90.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 190 51 36 0 0.73 0.81 0.25 5.84 0.68 0.44
Hex BE 33 24 0 49 51 19 6 44 2C
Octal 276 63 44 0 111 121 31 6 104 54
Binary 10111110 110011 100100 0 1001001 1010001 11001 110 1000100 101100

Color Harmonies of #BE3324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3324

Black with #BE3324

Text Example


Text Example

White with #BE3324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3324; }

 p { color: rgb(190,51,36); }

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

background-color css

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

 a { background-color: rgb(190,51,36); }

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

border-color css

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

 span { border-color: rgb(190,51,36); }

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