Html Css Color HEX #BE3921 Harley Davidson Orange

📋 copy color: '#BE3921'

red 190 ◦ green 57 ◦ blue 33

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

Shades of Harley Davidson Orange #BE3921

Tints of Harley Davidson Orange #BE3921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

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

R = 67.86%
G = 20.36%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE3921 (or 0xBE3921) is known color: Harley Davidson Orange. HEX triplet: BE, 39 and 21. RGB value is (190,57,33). Sum of RGB (Red+Green+Blue) = 190+57+33=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3921 is #41C6DE. Grayscale: #5E5E5E. Windows color (decimal): -4310751 or 2177470. OLE color: 2177470.

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

Color convert

RGB 190 57 33 -
CMYK 0 0.7 0.83 0.25
HSL 9.17º 0.7% 0.44% -
HSV(B) 9.17º 0.83% 0.75% -
XYZ 22.97 13.98 2.93 -
YUV 94.03 93.56 196.45 -
System Red Green Blue C M Y K H S L
Decimal 190 57 33 0 0.7 0.83 0.25 9.17 0.7 0.44
Hex BE 39 21 0 46 53 19 9 46 2C
Octal 276 71 41 0 106 123 31 11 106 54
Binary 10111110 111001 100001 0 1000110 1010011 11001 1001 1000110 101100

Color Harmonies of #BE3921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3921

Black with #BE3921

Text Example


Text Example

White with #BE3921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3921; }

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

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

background-color css

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

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

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

border-color css

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

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

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