Html Css Color HEX #BE3722 Harley Davidson Orange

📋 copy color: '#BE3722'

red 190 ◦ green 55 ◦ blue 34

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

Shades of Harley Davidson Orange #BE3722

Tints of Harley Davidson Orange #BE3722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 68.1%
G = 19.71%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE3722 (or 0xBE3722) is known color: Harley Davidson Orange. HEX triplet: BE, 37 and 22. RGB value is (190,55,34). Sum of RGB (Red+Green+Blue) = 190+55+34=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3722 is #41C8DD. Grayscale: #5D5D5D. Windows color (decimal): -4311262 or 2242494. OLE color: 2242494.

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

Color convert

RGB 190 55 34 -
CMYK 0 0.71 0.82 0.25
HSL 8.08º 0.7% 0.44% -
HSV(B) 8.08º 0.82% 0.75% -
XYZ 22.89 13.8 2.97 -
YUV 92.97 94.73 197.21 -
System Red Green Blue C M Y K H S L
Decimal 190 55 34 0 0.71 0.82 0.25 8.08 0.7 0.44
Hex BE 37 22 0 47 52 19 8 46 2C
Octal 276 67 42 0 107 122 31 10 106 54
Binary 10111110 110111 100010 0 1000111 1010010 11001 1000 1000110 101100

Color Harmonies of #BE3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3722

Black with #BE3722

Text Example


Text Example

White with #BE3722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3722; }

 p { color: rgb(190,55,34); }

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

background-color css

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

 a { background-color: rgb(190,55,34); }

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

border-color css

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

 span { border-color: rgb(190,55,34); }

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