Html Css Color HEX #BE3820 Harley Davidson Orange

📋 copy color: '#BE3820'

red 190 ◦ green 56 ◦ blue 32

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

Shades of Harley Davidson Orange #BE3820

Tints of Harley Davidson Orange #BE3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.14%

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 68.35%
G = 20.14%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE3820 (or 0xBE3820) is known color: Harley Davidson Orange. HEX triplet: BE, 38 and 20. RGB value is (190,56,32). Sum of RGB (Red+Green+Blue) = 190+56+32=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3820 is #41C7DF. Grayscale: #5D5D5D. Windows color (decimal): -4311008 or 2111678. OLE color: 2111678.

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

Color convert

RGB 190 56 32 -
CMYK 0 0.71 0.83 0.25
HSL 9.11º 0.71% 0.44% -
HSV(B) 9.11º 0.83% 0.75% -
XYZ 22.91 13.88 2.84 -
YUV 93.33 93.39 196.95 -
System Red Green Blue C M Y K H S L
Decimal 190 56 32 0 0.71 0.83 0.25 9.11 0.71 0.44
Hex BE 38 20 0 47 53 19 9 47 2C
Octal 276 70 40 0 107 123 31 11 107 54
Binary 10111110 111000 100000 0 1000111 1010011 11001 1001 1000111 101100

Color Harmonies of #BE3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3820

Black with #BE3820

Text Example


Text Example

White with #BE3820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3820; }

 p { color: rgb(190,56,32); }

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

background-color css

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

 a { background-color: rgb(190,56,32); }

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

border-color css

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

 span { border-color: rgb(190,56,32); }

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