Html Css Color HEX #BE3E21 Harley Davidson Orange

📋 copy color: '#BE3E21'

red 190 ◦ green 62 ◦ blue 33

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

Shades of Harley Davidson Orange #BE3E21

Tints of Harley Davidson Orange #BE3E21

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.75%

 BLUE value IS 33 (13.28% from 255) = 11.58%

R = 66.67%
G = 21.75%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE3E21 (or 0xBE3E21) is known color: Harley Davidson Orange. HEX triplet: BE, 3E and 21. RGB value is (190,62,33). Sum of RGB (Red+Green+Blue) = 190+62+33=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3E21 is #41C1DE. Grayscale: #616161. Windows color (decimal): -4309471 or 2178750. OLE color: 2178750.

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

Color convert

RGB 190 62 33 -
CMYK 0 0.67 0.83 0.25
HSL 11.08º 0.7% 0.44% -
HSV(B) 11.08º 0.83% 0.75% -
XYZ 23.23 14.5 3.01 -
YUV 96.97 91.91 194.36 -
System Red Green Blue C M Y K H S L
Decimal 190 62 33 0 0.67 0.83 0.25 11.08 0.7 0.44
Hex BE 3E 21 0 43 53 19 B 46 2C
Octal 276 76 41 0 103 123 31 13 106 54
Binary 10111110 111110 100001 0 1000011 1010011 11001 1011 1000110 101100

Color Harmonies of #BE3E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E21

Black with #BE3E21

Text Example


Text Example

White with #BE3E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E21; }

 p { color: rgb(190,62,33); }

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

background-color css

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

 a { background-color: rgb(190,62,33); }

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

border-color css

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

 span { border-color: rgb(190,62,33); }

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